repo.or.cz
/
linux-2.6
/
openmoko-kernel
/
knife-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.26-rc5
[linux-2.6/openmoko-kernel/knife-kernel.git]
/
arch
/
um
/
sys-x86_64
/
ksyms.c
blob
6604673a849d2d248fea6d87b8d39a4e9e4f1735
1
#include <linux/module.h>
2
#include <asm/string.h>
3
#include <asm/checksum.h>
4
5
/*XXX: we need them because they would be exported by x86_64 */
6
EXPORT_SYMBOL
(
__memcpy
);
7
EXPORT_SYMBOL
(
csum_partial
);