2008-05-21 05:32:11 +00:00
|
|
|
#include <linux/module.h>
|
|
|
|
#include <asm/string.h>
|
|
|
|
#include <asm/checksum.h>
|
2005-05-05 23:15:16 +00:00
|
|
|
|
|
|
|
/*XXX: we need them because they would be exported by x86_64 */
|
|
|
|
EXPORT_SYMBOL(__memcpy);
|
2008-05-21 05:32:11 +00:00
|
|
|
EXPORT_SYMBOL(csum_partial);
|