GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / qnxtypes.h
blobbebbe5cc4fb8f463c0532ac2fc1f44037834f3ec
1 /*
2 * Name : qnxtypes.h
3 * Author : Richard Frowijn
4 * Function : standard qnx types
5 * History : 22-03-1998 created
7 */
9 #ifndef _QNX4TYPES_H
10 #define _QNX4TYPES_H
12 #include <linux/types.h>
14 typedef __le16 qnx4_nxtnt_t;
15 typedef __u8 qnx4_ftype_t;
17 typedef struct {
18 __le32 xtnt_blk;
19 __le32 xtnt_size;
20 } qnx4_xtnt_t;
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;
28 #endif