1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 #include <linux/types.h>
7 #define RAW_SETBIND _IO( 0xac, 0 )
8 #define RAW_GETBIND _IO( 0xac, 1 )
10 struct raw_config_request
17 #define MAX_RAW_MINORS CONFIG_MAX_RAW_DEVS
19 #endif /* __LINUX_RAW_H */