1 #include "linux/module.h"
3 #include "linux/rwsem.h"
4 #include "asm/byteorder.h"
5 #include "asm/semaphore.h"
6 #include "asm/uaccess.h"
7 #include "asm/checksum.h"
10 EXPORT_SYMBOL(__down_failed
);
11 EXPORT_SYMBOL(__down_failed_interruptible
);
12 EXPORT_SYMBOL(__down_failed_trylock
);
13 EXPORT_SYMBOL(__up_wakeup
);
15 /*XXX: we need them because they would be exported by x86_64 */
16 EXPORT_SYMBOL(__memcpy
);