blob: 6604673a849d2d248fea6d87b8d39a4e9e4f1735 [file] [log] [blame]
Al Viro3e3b48e2008-05-21 06:32:11 +01001#include <linux/module.h>
2#include <asm/string.h>
3#include <asm/checksum.h>
Paolo 'Blaisorblade' Giarrusso23352fc2005-05-05 16:15:16 -07004
5/*XXX: we need them because they would be exported by x86_64 */
6EXPORT_SYMBOL(__memcpy);
Al Viro3e3b48e2008-05-21 06:32:11 +01007EXPORT_SYMBOL(csum_partial);