This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | COM3_905C_NAME "eth" |
Functions | |
err_t | rt_3c905cif_init (struct netif *netif) |
void | rt_3c905cif_close (void) |
|
Definition at line 55 of file rt_3c905x_exports.h. Referenced by cleanup_module(), init_module(), and rt_3com905cif_low_level_init(). |
|
Definition at line 351 of file rt_3c905x.c. References com3_thread, and rt_3c905cif_fd.
00351 { 00352 /* Unregistering the thread */ 00353 ioctl(rt_3c905cif_fd, 4, (unsigned long) &com3_thread); 00354 /* Closing the 3Com905C-X card */ 00355 close(rt_3c905cif_fd); 00356 } |
|
Here is the call graph for this function: