Search | Google it | Results 1 - 1 of 1 for funcall:__attribute__ from mtkernel_3/include/sys/machine.h (0.00 seconds) |
58: #define Asm __asm__ volatile 59: #define Noinit(decl) decl __attribute__((section(".noinit"))) 60: #define Section(decl,name) decl __attribute__((section(#name))) 61: #define WEAK_FUNC __attribute__((weak)) 62: