hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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__ */