• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _QNX4TYPES_H
8 #define _QNX4TYPES_H
9 #include <linux/types.h>
10 typedef __le16 qnx4_nxtnt_t;
11 typedef __u8 qnx4_ftype_t;
12 typedef struct {
13   __le32 xtnt_blk;
14   __le32 xtnt_size;
15 } qnx4_xtnt_t;
16 typedef __le16 qnx4_mode_t;
17 typedef __le16 qnx4_muid_t;
18 typedef __le16 qnx4_mgid_t;
19 typedef __le32 qnx4_off_t;
20 typedef __le16 qnx4_nlink_t;
21 #endif
22