Changes in uspace/srv/net/nil/eth/eth.h [854151c:4eca056] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.h
r854151c r4eca056 91 91 /** Actual device hardware address. */ 92 92 measured_string_t *addr; 93 94 93 /** Actual device hardware address data. */ 95 uint8_t*addr_data;94 char *addr_data; 96 95 }; 97 96
Note:
See TracChangeset
for help on using the changeset viewer.