Changes in uspace/lib/nic/include/nic.h [bc216a0:77ad86c] in mainline
- File:
-
- 1 edited
-
uspace/lib/nic/include/nic.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
rbc216a0 r77ad86c 40 40 41 41 #include <adt/list.h> 42 #include <adt/hash_table.h>43 42 #include <ddf/driver.h> 44 43 #include <device/hw_res_parsed.h> … … 54 53 */ 55 54 typedef struct nic_wol_virtue { 56 ht_link_t item;55 link_t item; 57 56 nic_wv_id_t id; 58 57 nic_wv_type_t type;
Note:
See TracChangeset
for help on using the changeset viewer.
