25 #ifndef __NOMAC_CHRDEV_H_ 26 #define __NOMAC_CHRDEV_H_ 28 #include <rtnet_chrdev.h> 31 struct rtnet_ioctl_head head;
34 #define NOMAC_IOC_ATTACH \ 35 _IOW(RTNET_IOC_TYPE_RTMAC_NOMAC, 0, struct nomac_config) 36 #define NOMAC_IOC_DETACH \ 37 _IOW(RTNET_IOC_TYPE_RTMAC_NOMAC, 1, struct nomac_config)