|
|
| File: [Development] / linux-2.6-xfs / arch / um / sys-x86_64 / ksyms.c (download)
Revision 1.3, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
#include <linux/module.h> #include <asm/string.h> #include <asm/checksum.h> /*XXX: we need them because they would be exported by x86_64 */ #if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4 EXPORT_SYMBOL(memcpy); #else EXPORT_SYMBOL(__memcpy); #endif EXPORT_SYMBOL(csum_partial);