#ifndef _UAPI_LINUX_AUTO_FS_H
#define _UAPI_LINUX_AUTO_FS_H
#include <linux/types.h>
#include <linux/limits.h>
#ifndef __KERNEL__
#include <sys/ioctl.h>
#endif
#define AUTOFS_PROTO_VERSION …
#define AUTOFS_MIN_PROTO_VERSION …
#define AUTOFS_MAX_PROTO_VERSION …
#define AUTOFS_PROTO_SUBVERSION …
#if defined(__ia64__) || defined(__alpha__)
typedef unsigned long autofs_wqt_t;
#else
autofs_wqt_t;
#endif
#define autofs_ptype_missing …
#define autofs_ptype_expire …
struct autofs_packet_hdr { … };
struct autofs_packet_missing { … };
struct autofs_packet_expire { … };
#define AUTOFS_IOCTL …
enum { … };
#define AUTOFS_IOC_READY …
#define AUTOFS_IOC_FAIL …
#define AUTOFS_IOC_CATATONIC …
#define AUTOFS_IOC_PROTOVER …
#define AUTOFS_IOC_SETTIMEOUT32 …
#define AUTOFS_IOC_SETTIMEOUT …
#define AUTOFS_IOC_EXPIRE …
#define AUTOFS_EXP_NORMAL …
#define AUTOFS_EXP_IMMEDIATE …
#define AUTOFS_EXP_LEAVES …
#define AUTOFS_EXP_FORCED …
#define AUTOFS_TYPE_ANY …
#define AUTOFS_TYPE_INDIRECT …
#define AUTOFS_TYPE_DIRECT …
#define AUTOFS_TYPE_OFFSET …
static inline void set_autofs_type_indirect(unsigned int *type)
{ … }
static inline unsigned int autofs_type_indirect(unsigned int type)
{ … }
static inline void set_autofs_type_direct(unsigned int *type)
{ … }
static inline unsigned int autofs_type_direct(unsigned int type)
{ … }
static inline void set_autofs_type_offset(unsigned int *type)
{ … }
static inline unsigned int autofs_type_offset(unsigned int type)
{ … }
static inline unsigned int autofs_type_trigger(unsigned int type)
{ … }
static inline void set_autofs_type_any(unsigned int *type)
{ … }
static inline unsigned int autofs_type_any(unsigned int type)
{ … }
enum autofs_notify { … };
#define autofs_ptype_expire_multi …
#define autofs_ptype_missing_indirect …
#define autofs_ptype_expire_indirect …
#define autofs_ptype_missing_direct …
#define autofs_ptype_expire_direct …
struct autofs_packet_expire_multi { … };
autofs_packet_union;
struct autofs_v5_packet { … };
autofs_packet_missing_indirect_t;
autofs_packet_expire_indirect_t;
autofs_packet_missing_direct_t;
autofs_packet_expire_direct_t;
autofs_v5_packet_union;
enum { … };
#define AUTOFS_IOC_EXPIRE_MULTI …
#define AUTOFS_IOC_PROTOSUBVER …
#define AUTOFS_IOC_ASKUMOUNT …
#endif