Changeset 61bfc370 in mainline for uspace/srv/hw/netif/dp8390/dp8390_module.c
- Timestamp:
- 2011-01-07T18:57:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e08a733
- Parents:
- 7c34b28f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390_module.c
r7c34b28f r61bfc370 213 213 return rc; 214 214 215 address->value = ( char *) (&((dpeth_t *) device->specific)->de_address);215 address->value = (uint8_t *) &((dpeth_t *) device->specific)->de_address; 216 216 address->length = sizeof(ether_addr_t); 217 217 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.