gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__attribute__ from mtkernel_3/include/sys/machine.h (0.00 seconds)
mtkernel_3
include/sys/machine.h - 1.4KB - 68 lines
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: