aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/include/asm-generic/bitsperlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/include/asm-generic/bitsperlong.h')
-rw-r--r--roms/u-boot/include/asm-generic/bitsperlong.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/include/asm-generic/bitsperlong.h b/roms/u-boot/include/asm-generic/bitsperlong.h
new file mode 100644
index 000000000..75ee21e86
--- /dev/null
+++ b/roms/u-boot/include/asm-generic/bitsperlong.h
@@ -0,0 +1,8 @@
+#ifndef __ASM_GENERIC_BITS_PER_LONG
+#define __ASM_GENERIC_BITS_PER_LONG
+
+#ifndef BITS_PER_LONG_LONG
+#define BITS_PER_LONG_LONG 64
+#endif
+
+#endif /* __ASM_GENERIC_BITS_PER_LONG */