Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowell...
[linux-2.6-microblaze.git] / include / linux / sizes.h
index 1ac79bc..84aa448 100644 (file)
@@ -47,6 +47,8 @@
 #define SZ_8G                          _AC(0x200000000, ULL)
 #define SZ_16G                         _AC(0x400000000, ULL)
 #define SZ_32G                         _AC(0x800000000, ULL)
+
+#define SZ_1T                          _AC(0x10000000000, ULL)
 #define SZ_64T                         _AC(0x400000000000, ULL)
 
 #endif /* __LINUX_SIZES_H__ */