Subversion Repositories Kolibri OS

Rev

Rev 3031 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3031 Rev 4103
Line 3... Line 3...
3
/*
3
/*
4
 * Export symbols from the kernel to modules.  Forked from module.h
4
 * Export symbols from the kernel to modules.  Forked from module.h
5
 * to reduce the amount of pointless cruft we feed to gcc when only
5
 * to reduce the amount of pointless cruft we feed to gcc when only
6
 * exporting a simple symbol or two.
6
 * exporting a simple symbol or two.
7
 *
7
 *
8
 * If you feel the need to add #include  to this file
8
 * Try not to add #includes here.  It slows compilation and makes kernel
9
 * then you are doing something wrong and should go away silently.
9
 * hackers place grumpy comments in header files.
10
 */
10
 */
11
#define EXPORT_SYMBOL(sym)
11
#define EXPORT_SYMBOL(sym)
12
#define EXPORT_SYMBOL_GPL(sym)
12
#define EXPORT_SYMBOL_GPL(sym)
13
#define EXPORT_SYMBOL_GPL_FUTURE(sym)
13
#define EXPORT_SYMBOL_GPL_FUTURE(sym)
14
#define EXPORT_UNUSED_SYMBOL(sym)
14
#define EXPORT_UNUSED_SYMBOL(sym)