include: linux: add SZ_3G/4G definition

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I97ebf0e488bc33da29c923e7fe9a253f5369ad9a
This commit is contained in:
Joseph Chen 2020-09-21 15:34:39 +08:00
parent 745aeb1a7d
commit d93c779cf8
1 changed files with 2 additions and 0 deletions

View File

@ -44,5 +44,7 @@
#define SZ_1G 0x40000000 #define SZ_1G 0x40000000
#define SZ_2G 0x80000000 #define SZ_2G 0x80000000
#define SZ_3G 0xc0000000
#define SZ_4G 0x100000000ULL
#endif /* __LINUX_SIZES_H__ */ #endif /* __LINUX_SIZES_H__ */