mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
TCP networking: Add support for network driver events
This commit is contained in:
+4
-2
@@ -68,9 +68,11 @@ extern "C"
|
||||
#define EXTERN extern
|
||||
#endif
|
||||
|
||||
/* List of registered Ethernet device drivers */
|
||||
|
||||
#if CONFIG_NSOCKET_DESCRIPTORS > 0
|
||||
/* List of registered Ethernet device drivers. This duplicates a declaration
|
||||
* in net/netdev/netdev.h
|
||||
*/
|
||||
|
||||
EXTERN struct net_driver_s *g_netdevices;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user