nuttx/net/netdev
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
Kconfig
Make.defs
netdev.h
netdev_carrier.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_indextoname.c
netdev_ioctl.c
netdev_lladdrsize.c
netdev_nametoindex.c
netdev_register.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netdev_txnotify.c
netdev_unregister.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
netdev_verify.c
netdown_notifier.c