mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
Merge remote-tracking branch 'origin/master' into ieee802154
This commit is contained in:
@@ -331,7 +331,8 @@ struct net_driver_s
|
||||
int (*d_rmmac)(FAR struct net_driver_s *dev, FAR const uint8_t *mac);
|
||||
#endif
|
||||
#ifdef CONFIG_NETDEV_IOCTL
|
||||
int (*d_ioctl)(FAR struct net_driver_s *dev, int cmd, long arg);
|
||||
int (*d_ioctl)(FAR struct net_driver_s *dev, int cmd,
|
||||
unsigned long arg);
|
||||
#endif
|
||||
|
||||
/* Drivers may attached device-specific, private information */
|
||||
|
||||
Reference in New Issue
Block a user