Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / include / uapi / linux / qnxtypes.h
blobeacfab10e821f62f2f90367bee8e9aaa80366045
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /*
3 * Name : qnxtypes.h
4 * Author : Richard Frowijn
5 * Function : standard qnx types
6 * History : 22-03-1998 created
8 */
10 #ifndef _QNX4TYPES_H
11 #define _QNX4TYPES_H
13 #include <linux/types.h>
15 typedef __le16 qnx4_nxtnt_t;
16 typedef __u8 qnx4_ftype_t;
18 typedef struct {
19 __le32 xtnt_blk;
20 __le32 xtnt_size;
21 } qnx4_xtnt_t;
23 typedef __le16 qnx4_mode_t;
24 typedef __le16 qnx4_muid_t;
25 typedef __le16 qnx4_mgid_t;
26 typedef __le32 qnx4_off_t;
27 typedef __le16 qnx4_nlink_t;
29 #endif