Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


qnxtypes.h
01: /*
02:  *  Name                         : qnxtypes.h
03:  *  Author                       : Richard Frowijn
04:  *  Function                     : standard qnx types
05:  *  History                      : 22-03-1998 created
06:  *
07:  */
08: 
09: #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
29: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/