Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
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
14
typedef
__le16
qnx4_nxtnt_t
;
15
typedef
__u8
qnx4_ftype_t
;
16
17
typedef
struct
{
18
__le32
xtnt_blk
;
19
__le32
xtnt_size
;
20
}
qnx4_xtnt_t
;
21
22
typedef
__le16
qnx4_mode_t
;
23
typedef
__le16
qnx4_muid_t
;
24
typedef
__le16
qnx4_mgid_t
;
25
typedef
__le32
qnx4_off_t
;
26
typedef
__le16
qnx4_nlink_t
;
27
28
#endif
Generated on Thu Jan 10 2013 14:53:52 for Linux Kernel by
1.8.2