Searched defs:IMPORT_SYMBOL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcompiler.h98 * else in the file. If you want to do that, see IMPORT_SYMBOL().
108 /** Set up a symbol to be usable in another file by IMPORT_SYMBOL()
121 * In C using IMPORT_SYMBOL, you must specify the declaration as the
125 * IMPORT_SYMBOL ( my_func, int my_func ( int arg ) );
126 * IMPORT_SYMBOL ( my_var, int my_var );
137 * IMPORT_SYMBOL is still required.
144 #define IMPORT_SYMBOL( _sym ) \ macro
148 #define IMPORT_SYMBOL( _sym, _decl ) \ macro

Completed in 46 milliseconds