Sign in
◑
Theme
third-party-mirror
/
backupdr
/
0483ca37f380e93af85d49b08d65a6d89f6ddd39
/
.
/
module-init-tools-3.12-pre2
/
tests
/
data
/
src
/
export_nodep.c
blob: f4c2cc9ed5c707fa1da876bc2a43ba9a2e90042e [
file
]
/* A module exporting two symbols, and requiring none. */
#include
"module.h"
int
exported1
,
exported2
;
EXPORT_SYMBOL
(
exported1
);
EXPORT_SYMBOL
(
exported2
);