hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/sizes.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * include/linux/sizes.h
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85 #ifndef __LINUX_SIZES_H__
96 #define __LINUX_SIZES_H__
....@@ -47,5 +44,6 @@
4744 #define SZ_2G 0x80000000
4845
4946 #define SZ_4G _AC(0x100000000, ULL)
47
+#define SZ_64T _AC(0x400000000000, ULL)
5048
5149 #endif /* __LINUX_SIZES_H__ */