1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI_LINUX_BT_BMC_H 7 #define _UAPI_LINUX_BT_BMC_H 8 #include <linux/ioctl.h> 9 #define __BT_BMC_IOCTL_MAGIC 0xb1 10 #define BT_BMC_IOCTL_SMS_ATN _IO(__BT_BMC_IOCTL_MAGIC, 0x00) 11 #endif 12