1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef __sizes_h 13 #define __sizes_h 1 14 15 #define SZ_1K 0x00000400 16 #define SZ_4K 0x00001000 17 #define SZ_8K 0x00002000 18 #define SZ_16K 0x00004000 19 #define SZ_64K 0x00010000 20 #define SZ_128K 0x00020000 21 #define SZ_256K 0x00040000 22 #define SZ_512K 0x00080000 23 24 #define SZ_1M 0x00100000 25 #define SZ_2M 0x00200000 26 #define SZ_4M 0x00400000 27 #define SZ_8M 0x00800000 28 #define SZ_16M 0x01000000 29 #define SZ_32M 0x02000000 30 #define SZ_64M 0x04000000 31 #define SZ_128M 0x08000000 32 #define SZ_256M 0x10000000 33 #define SZ_512M 0x20000000 34 35 #define SZ_1G 0x40000000 36 #define SZ_2G 0x80000000 37 38 #endif 39 40