summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/bitsperlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/asm-generic/bitsperlong.h')
-rw-r--r--include/uapi/asm-generic/bitsperlong.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/asm-generic/bitsperlong.h b/include/uapi/asm-generic/bitsperlong.h
index 352cb81947b8..fadb3f857f28 100644
--- a/include/uapi/asm-generic/bitsperlong.h
+++ b/include/uapi/asm-generic/bitsperlong.h
@@ -24,4 +24,8 @@
#endif
#endif
+#ifndef __BITS_PER_LONG_LONG
+#define __BITS_PER_LONG_LONG 64
+#endif
+
#endif /* _UAPI__ASM_GENERIC_BITS_PER_LONG */