July 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
01: #ifndef _ASM_GENERIC_TYPES_H 02: #define _ASM_GENERIC_TYPES_H 03: /* 04: * int-ll64 is used practically everywhere now, 05: * so use it as a reasonable default. 06: */ 07: #include <asm-generic/int-ll64.h> 08: 09: #ifndef __ASSEMBLY__ 10: 11: typedef unsigned short umode_t; 12: 13: #endif /* __ASSEMBLY__ */ 14: 15: #endif /* _ASM_GENERIC_TYPES_H */ 16: