Changes in uspace/lib/drv/generic/dev_iface.c [d7c72db:27b85d9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/dev_iface.c
rd7c72db r27b85d9 46 46 #include "remote_pci.h" 47 47 48 #include <stdio.h>49 50 48 static iface_dipatch_table_t remote_ifaces = { 51 49 .ifaces = { … … 62 60 { 63 61 assert(is_valid_iface_idx(idx)); 64 65 62 return remote_ifaces.ifaces[idx]; 66 63 }
Note:
See TracChangeset
for help on using the changeset viewer.