blob: 8592738082038b0b8d500408fcc0e616793e457e [file] [log] [blame]
Paolo 'Blaisorblade' Giarrusso23352fc2005-05-05 16:15:16 -07001#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"
9
10EXPORT_SYMBOL(__down_failed);
11EXPORT_SYMBOL(__down_failed_interruptible);
12EXPORT_SYMBOL(__down_failed_trylock);
13EXPORT_SYMBOL(__up_wakeup);
14
15/*XXX: we need them because they would be exported by x86_64 */
16EXPORT_SYMBOL(__memcpy);
Paolo 'Blaisorblade' Giarrusso23352fc2005-05-05 16:15:16 -070017
18/* Networking helper routines. */
Jeff Dikeba9950c2005-05-20 13:59:07 -070019EXPORT_SYMBOL(ip_compute_csum);