]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/qnxtypes.h
inet_diag: fix reporting cgroup classid and fallback to priority
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / qnxtypes.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2/*
3 * Name : qnxtypes.h
4 * Author : Richard Frowijn
5 * Function : standard qnx types
1da177e4
LT
6 * History : 22-03-1998 created
7 *
8 */
9
10#ifndef _QNX4TYPES_H
11#define _QNX4TYPES_H
12
8d1a0a13
AL
13#include <linux/types.h>
14
75043cb5 15typedef __le16 qnx4_nxtnt_t;
1da177e4
LT
16typedef __u8 qnx4_ftype_t;
17
18typedef struct {
75043cb5
AD
19 __le32 xtnt_blk;
20 __le32 xtnt_size;
1da177e4
LT
21} qnx4_xtnt_t;
22
75043cb5
AD
23typedef __le16 qnx4_mode_t;
24typedef __le16 qnx4_muid_t;
25typedef __le16 qnx4_mgid_t;
26typedef __le32 qnx4_off_t;
27typedef __le16 qnx4_nlink_t;
1da177e4
LT
28
29#endif