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 __LINUX_RAW_H 7 #define __LINUX_RAW_H 8 #include <linux/types.h> 9 #define RAW_SETBIND _IO( 0xac, 0 ) 10 #define RAW_GETBIND _IO( 0xac, 1 ) 11 struct raw_config_request 12 { 13 int raw_minor; 14 __u64 block_major; 15 __u64 block_minor; 16 }; 17 #define MAX_RAW_MINORS CONFIG_MAX_RAW_DEVS 18 #endif 19