DEBSOURCES
Skip Quicknav
sources / linux / 3.2.73-2 / arch / mips / include / asm / linkage.h
12345678910
#ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #ifdef __ASSEMBLY__ #include <asm/asm.h> #endif #define __weak __attribute__((weak)) #endif