#ifndef _LINUX_WIRELESS_H
#define _LINUX_WIRELESS_H
#include <uapi/linux/wireless.h>
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
struct compat_iw_point { … };
#endif
#ifdef CONFIG_COMPAT
struct __compat_iw_event { … };
#define IW_EV_COMPAT_LCP_LEN …
#define IW_EV_COMPAT_POINT_OFF …
#define IW_EV_COMPAT_CHAR_LEN …
#define IW_EV_COMPAT_UINT_LEN …
#define IW_EV_COMPAT_FREQ_LEN …
#define IW_EV_COMPAT_PARAM_LEN …
#define IW_EV_COMPAT_ADDR_LEN …
#define IW_EV_COMPAT_QUAL_LEN …
#define IW_EV_COMPAT_POINT_LEN …
#endif
#endif