1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_MICROBLAZE_POSIX_TYPES_H
3 #define _ASM_MICROBLAZE_POSIX_TYPES_H
4 
5 typedef unsigned short	__kernel_mode_t;
6 #define __kernel_mode_t __kernel_mode_t
7 
8 #include <asm-generic/posix_types.h>
9 
10 #endif /* _ASM_MICROBLAZE_POSIX_TYPES_H */
11