Add all ieee802.15.4 IOCTLs to include/sys/ioctl.h

This commit is contained in:
Gregory Nutt 2017-04-28 12:41:51 -06:00
parent 22615d0d6d
commit 1c3d0cbbdd

View File

@ -63,6 +63,27 @@
# include <nuttx/wireless/ioctl.h>
#endif
#ifdef CONFIG_WIRELESS_IEEE802154
#ifdef CONFIG_IEEE802154_DEV
/* Include ieee802.15.4 radio IOCTL definitions */
# include <nuttx/wireless/ieee802154/ ieee802154_radio.h>
#endif
#ifdef CONFIG_IEEE802154_MAC
/* Include ieee802.15.4 MAC IOCTL definitions */
# include <nuttx/wireless/ieee802154/ieee802154_mac.h>
#endif
#ifdef CONFIG_IEEE802154_MAC_DEV
/* Include ieee802.15.4 character driver IOCTL definitions */
# include <nuttx/wireless/ieee802154/ieee802154_ioctl.h>
#endif
#endif /* CONFIG_WIRELESS_IEEE802154 */
#endif /* CONFIG_NSOCKET_DESCRIPTORS > 0 */
/****************************************************************************