Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qnxtypes.h
Go to the documentation of this file.
1 /*
2  * Name : qnxtypes.h
3  * Author : Richard Frowijn
4  * Function : standard qnx types
5  * History : 22-03-1998 created
6  *
7  */
8 
9 #ifndef _QNX4TYPES_H
10 #define _QNX4TYPES_H
11 
12 #include <linux/types.h>
13 
16 
17 typedef struct {
20 } qnx4_xtnt_t;
21 
27 
28 #endif