source:
GPL/trunk/include/linux/export.h
Last change on this file was 777, checked in by , 4 months ago | |
---|---|
File size: 282 bytes |
Line | |
---|---|
1 | #ifndef _LINUX_EXPORT_H |
2 | #define _LINUX_EXPORT_H |
3 | |
4 | extern int this_module[64]; |
5 | #define THIS_MODULE (void *)&this_module[0] |
6 | #define EXPORT_SYMBOL(a) |
7 | #define EXPORT_SYMBOL_GPL(a) |
8 | #define EXPORT_SYMBOL_NS(a, b) |
9 | #define EXPORT_SYMBOL_NS_GPL(a, b) |
10 | |
11 | #endif /* _LINUX_EXPORT_H */ |
Note:
See TracBrowser
for help on using the repository browser.