Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / arch / um / sys-x86_64 / ksyms.c
blob12c593607c5943666b51d7c71e392299823aec48
1 #include "linux/module.h"
2 #include "linux/in6.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"
8 #include "asm/errno.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);