aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/sizes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/sizes.h')
-rw-r--r--include/asm-arm/sizes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/sizes.h b/include/asm-arm/sizes.h
index 7f50ae0edf1b..503843db1565 100644
--- a/include/asm-arm/sizes.h
+++ b/include/asm-arm/sizes.h
@@ -24,6 +24,10 @@
24#define __sizes_h 1 24#define __sizes_h 1
25 25
26/* handy sizes */ 26/* handy sizes */
27#define SZ_16 0x00000010
28#define SZ_256 0x00000100
29#define SZ_512 0x00000200
30
27#define SZ_1K 0x00000400 31#define SZ_1K 0x00000400
28#define SZ_4K 0x00001000 32#define SZ_4K 0x00001000
29#define SZ_8K 0x00002000 33#define SZ_8K 0x00002000