Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
posix_types.h
Go to the documentation of this file.
1 #ifndef _ALPHA_POSIX_TYPES_H
2 #define _ALPHA_POSIX_TYPES_H
3 
4 /*
5  * This file is generally used by user-level software, so you need to
6  * be a little careful about namespace pollution etc. Also, we cannot
7  * assume GCC is being used.
8  */
9 
10 typedef unsigned int __kernel_ino_t;
11 #define __kernel_ino_t __kernel_ino_t
12 
13 typedef unsigned long __kernel_sigset_t; /* at least 32 bits */
14 
16 
17 #endif /* _ALPHA_POSIX_TYPES_H */