aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-x86/asm/bitsperlong.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-11-07 14:16:29 -0800
committerChristopher Ferris <cferris@google.com>2013-11-07 14:16:29 -0800
commit0437c52788a98ab8ea84041c6b1f8d7a93e872f6 (patch)
treea7d155e4d74bf8582867a5764428163a1de75731 /original/uapi/asm-x86/asm/bitsperlong.h
parent1df0ee5536b7b0eeac5f961a9d13706f38a4e6d0 (diff)
downloadkernel-headers-0437c52788a98ab8ea84041c6b1f8d7a93e872f6.tar.gz
Initial drop of uapi x86 headers.
Retrieved from linux-3.11.4 For x86, the generated files are: generated/ asm/ clkdev.h syscalls_32.h uapi/ asm/ unistd_32.h unistd_64.h unistd_x32.h Change-Id: I04d5c3e202abb9e850434c93ad3f24c931541623
Diffstat (limited to 'original/uapi/asm-x86/asm/bitsperlong.h')
-rw-r--r--original/uapi/asm-x86/asm/bitsperlong.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/original/uapi/asm-x86/asm/bitsperlong.h b/original/uapi/asm-x86/asm/bitsperlong.h
new file mode 100644
index 0000000..b0ae1c4
--- /dev/null
+++ b/original/uapi/asm-x86/asm/bitsperlong.h
@@ -0,0 +1,13 @@
+#ifndef __ASM_X86_BITSPERLONG_H
+#define __ASM_X86_BITSPERLONG_H
+
+#ifdef __x86_64__
+# define __BITS_PER_LONG 64
+#else
+# define __BITS_PER_LONG 32
+#endif
+
+#include <asm-generic/bitsperlong.h>
+
+#endif /* __ASM_X86_BITSPERLONG_H */
+