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