#ifndef _LINUX_QNX6_FS_H
#define _LINUX_QNX6_FS_H
#include <linux/types.h>
#include <linux/magic.h>
#define QNX6_ROOT_INO …
#define QNX6_FILE_DIRECTORY …
#define QNX6_FILE_DELETED …
#define QNX6_FILE_NORMAL …
#define QNX6_SUPERBLOCK_SIZE …
#define QNX6_SUPERBLOCK_AREA …
#define QNX6_BOOTBLOCK_SIZE …
#define QNX6_DIR_ENTRY_SIZE …
#define QNX6_INODE_SIZE …
#define QNX6_INODE_SIZE_BITS …
#define QNX6_NO_DIRECT_POINTERS …
#define QNX6_PTR_MAX_LEVELS …
#define QNX6_SHORT_NAME_MAX …
#define QNX6_LONG_NAME_MAX …
#define QNX6_MOUNT_MMI_FS …
struct qnx6_inode_entry { … };
struct qnx6_dir_entry { … };
struct qnx6_long_dir_entry { … };
struct qnx6_long_filename { … };
struct qnx6_root_node { … };
struct qnx6_super_block { … };
struct qnx6_mmi_super_block { … };
#endif