root/include/linux/linkage.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef _LINUX_LINKAGE_H
   2 #define _LINUX_LINKAGE_H
   3 
   4 #ifdef __cplusplus
   5 #define asmlinkage extern "C"
   6 #else
   7 #define asmlinkage
   8 #endif
   9 
  10 #endif

/* [previous][next][first][last][top][bottom][index][help] */