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