Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh
[platform/kernel/u-boot.git] / include / linux / sizes.h
index ce3e815..fbde0bc 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __LINUX_SIZES_H__
 #define __LINUX_SIZES_H__
 
+#include <linux/const.h>
+
 #define SZ_1                           0x00000001
 #define SZ_2                           0x00000002
 #define SZ_4                           0x00000004
@@ -44,4 +46,6 @@
 #define SZ_1G                          0x40000000
 #define SZ_2G                          0x80000000
 
+#define SZ_4G                          _AC(0x100000000, ULL)
+
 #endif /* __LINUX_SIZES_H__ */