Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8fc0789558d81d2898b87473404b71b7f7cd0fc
/
.
/
include
/
asm-x86
/
div64.h
blob: 8ac7da6ca284b90b2c31d1c4dd363fccd36ac42f [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "div64_32.h"
3
#else
4
# include "div64_64.h"
5
#endif