Changeset 88a1bb9 in mainline for uspace/srv/net/nil/eth/eth.c
- Timestamp:
- 2010-11-18T23:20:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4eca056
- Parents:
- f772bc55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
rf772bc55 r88a1bb9 155 155 */ 156 156 typedef enum eth_addr_type eth_addr_type_t; 157 158 /** Type definition of the ethernet address type pointer.159 * @see eth_addr_type160 */161 typedef eth_addr_type_t *eth_addr_type_ref;162 157 163 158 /** Ethernet address type. */
Note:
See TracChangeset
for help on using the changeset viewer.