gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:Noinit (0.01 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)))