mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
17 lines
433 B
C
17 lines
433 B
C
|
#include "linux/module.h"
|
||
|
#include "linux/in6.h"
|
||
|
#include "linux/rwsem.h"
|
||
|
#include "asm/byteorder.h"
|
||
|
#include "asm/semaphore.h"
|
||
|
#include "asm/uaccess.h"
|
||
|
#include "asm/checksum.h"
|
||
|
#include "asm/errno.h"
|
||
|
|
||
|
EXPORT_SYMBOL(__down_failed);
|
||
|
EXPORT_SYMBOL(__down_failed_interruptible);
|
||
|
EXPORT_SYMBOL(__down_failed_trylock);
|
||
|
EXPORT_SYMBOL(__up_wakeup);
|
||
|
|
||
|
/*XXX: we need them because they would be exported by x86_64 */
|
||
|
EXPORT_SYMBOL(__memcpy);
|