#ifndef _LINUX_QNX4_FS_H
#define _LINUX_QNX4_FS_H
#include <linux/types.h>
#include <linux/qnxtypes.h>
#include <linux/magic.h>
#define QNX4_ROOT_INO …
#define QNX4_MAX_XTNTS_PER_XBLK …
#define QNX4_FILE_USED …
#define QNX4_FILE_MODIFIED …
#define QNX4_FILE_BUSY …
#define QNX4_FILE_LINK …
#define QNX4_FILE_INODE …
#define QNX4_FILE_FSYSCLEAN …
#define QNX4_I_MAP_SLOTS …
#define QNX4_Z_MAP_SLOTS …
#define QNX4_VALID_FS …
#define QNX4_ERROR_FS …
#define QNX4_BLOCK_SIZE …
#define QNX4_BLOCK_SIZE_BITS …
#define QNX4_DIR_ENTRY_SIZE …
#define QNX4_DIR_ENTRY_SIZE_BITS …
#define QNX4_XBLK_ENTRY_SIZE …
#define QNX4_INODES_PER_BLOCK …
#define QNX4_SHORT_NAME_MAX …
#define QNX4_NAME_MAX …
struct qnx4_inode_entry { … };
struct qnx4_link_info { … };
struct qnx4_xblk { … };
struct qnx4_super_block { … };
#endif