11 lines
140 B
C
11 lines
140 B
C
|
#ifndef _LINUX_LINKAGE_H
|
||
|
#define _LINUX_LINKAGE_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
#define asmlinkage extern "C"
|
||
|
#else
|
||
|
#define asmlinkage
|
||
|
#endif
|
||
|
|
||
|
#endif
|