Changeset f959a20f in mainline for uspace/lib/nic/include/nic.h
- Timestamp:
- 2019-02-01T22:32:38Z (6 years ago)
- Children:
- 00b7fc8
- Parents:
- 1a37496
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 21:22:39)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 22:32:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
r1a37496 rf959a20f 71 71 } nic_frame_t; 72 72 73 typedef list_t nic_frame_list_t; 73 typedef union { 74 list_t list; 75 link_t link; 76 } nic_frame_list_t; 74 77 75 78 /**
Note:
See TracChangeset
for help on using the changeset viewer.