include: linux: add SZ_3G/4G definition
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I97ebf0e488bc33da29c923e7fe9a253f5369ad9a
This commit is contained in:
parent
745aeb1a7d
commit
d93c779cf8
|
|
@ -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__ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue