blob: 0e15039673e34f46df971fcb21444321345ac0de [file] [log] [blame]
Michal Simek6d9c3f22009-03-27 14:25:32 +01001#ifndef _ASM_MICROBLAZE_POSIX_TYPES_H
2#define _ASM_MICROBLAZE_POSIX_TYPES_H
3
Michal Simek2f3a4992009-05-26 10:14:49 +02004typedef unsigned short __kernel_mode_t;
Arnd Bergmann81d82792009-06-18 19:55:27 +02005#define __kernel_mode_t __kernel_mode_t
Michal Simek6d9c3f22009-03-27 14:25:32 +01006
Arnd Bergmann81d82792009-06-18 19:55:27 +02007#include <asm-generic/posix_types.h>
Michal Simek6d9c3f22009-03-27 14:25:32 +01008
9#endif /* _ASM_MICROBLAZE_POSIX_TYPES_H */