58217f5900
WOO HOO!
10 lines
140 B
C
10 lines
140 B
C
#ifndef _LINUX_LINKAGE_H
|
|
#define _LINUX_LINKAGE_H
|
|
|
|
#ifdef __cplusplus
|
|
#define asmlinkage extern "C"
|
|
#else
|
|
#define asmlinkage
|
|
#endif
|
|
|
|
#endif
|