kernel 2.4 target - use gcc 3.4.6 for kernel, gcc 4.1.2 for userspace apps
[tomato.git] / tools / brcm / hndtools-mipsel-uclibc-3.4.6 / include / linux / qnxtypes.h
blobfb518e318c7c6209c57240a4a9517375884c3c9f
1 /*
2 * Name : qnxtypes.h
3 * Author : Richard Frowijn
4 * Function : standard qnx types
5 * Version : 1.0.2
6 * Last modified : 2000-01-06
8 * History : 22-03-1998 created
12 #ifndef _QNX4TYPES_H
13 #define _QNX4TYPES_H
15 typedef __u16 qnx4_nxtnt_t;
16 typedef __u8 qnx4_ftype_t;
18 typedef struct {
19 __u32 xtnt_blk;
20 __u32 xtnt_size;
21 } qnx4_xtnt_t;
23 typedef __u16 qnx4_mode_t;
24 typedef __u16 qnx4_muid_t;
25 typedef __u16 qnx4_mgid_t;
26 typedef __u32 qnx4_off_t;
27 typedef __u16 qnx4_nlink_t;
29 #endif