From d530982d743997926bd77fb06f35f57e91242acb Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 17 May 2018 13:58:17 -0700 Subject: sizes.h: Sync with Linux 4.16 Sync with Linux 4.16 to get SZ_4G. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- include/linux/sizes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/linux') diff --git a/include/linux/sizes.h b/include/linux/sizes.h index ce3e8150c1..fbde0bc7e8 100644 --- a/include/linux/sizes.h +++ b/include/linux/sizes.h @@ -8,6 +8,8 @@ #ifndef __LINUX_SIZES_H__ #define __LINUX_SIZES_H__ +#include + #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__ */ -- cgit v1.2.3