This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | RTL_RTL8139_NAME "eth" |
Functions | |
err_t | rt_rtl8139if_init (struct netif *netif) |
void | rt_rtl8139if_close (void) |
|
Definition at line 54 of file rt_rtl8139_exports.h. Referenced by rt_rtl8139if_low_level_init(). |
|
Definition at line 357 of file rt_rtl8139.c. References rt_rtl8139if_fd.
00357 {
00358 /* Closing the RTL8139 card */
00359 close(rt_rtl8139if_fd);
00360 }
|
|
Here is the call graph for this function: