Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
30cd324e9787ccc9a5ede59742d5409857550692
/
.
/
arch
/
x86
/
include
/
asm
/
string.h
blob: 6dfd6d9373a049ad7bec5b190a1fb21a4ca3aafc [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "string_32.h"
3
#else
4
# include "string_64.h"
5
#endif