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