mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
Add netdev_unregister()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3415 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
24be35b1a3
commit
2f45622959
5 changed files with 173 additions and 6 deletions
|
|
@ -202,6 +202,11 @@ EXTERN int net_vfcntl(int sockfd, int cmd, va_list ap);
|
|||
|
||||
EXTERN int netdev_register(FAR struct uip_driver_s *dev);
|
||||
|
||||
/* netdev-unregister.c *********************************************************/
|
||||
/* Unregister a network device driver. */
|
||||
|
||||
EXTERN int netdev_unregister(FAR struct uip_driver_s *dev);
|
||||
|
||||
/* net_foreach.c ************************************************************/
|
||||
/* Enumerates all registered network devices */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue