diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/mutex.h')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/include/asm/mutex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/mutex.h b/ANDROID_3.4.5/arch/x86/include/asm/mutex.h new file mode 100644 index 00000000..a731b9c5 --- /dev/null +++ b/ANDROID_3.4.5/arch/x86/include/asm/mutex.h @@ -0,0 +1,5 @@ +#ifdef CONFIG_X86_32 +# include "mutex_32.h" +#else +# include "mutex_64.h" +#endif |