Rev 4582 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4582 | Rev 4693 | ||
|---|---|---|---|
| Line 66... | Line 66... | ||
| 66 | /** Type definition of the Ethernet protocol specific data pointer. |
66 | /** Type definition of the Ethernet protocol specific data pointer. |
| 67 | * @see eth_proto |
67 | * @see eth_proto |
| 68 | */ |
68 | */ |
| 69 | typedef eth_proto_t * eth_proto_ref; |
69 | typedef eth_proto_t * eth_proto_ref; |
| 70 | 70 | ||
| 71 | /** Ethernet address cache. |
71 | /** Ethernet device map. |
| 72 | * Maps devices to the Ethernet device specific data. |
72 | * Maps devices to the Ethernet device specific data. |
| 73 | * @see device.h |
73 | * @see device.h |
| 74 | */ |
74 | */ |
| 75 | DEVICE_MAP_DECLARE( eth_devices, eth_device_t ) |
75 | DEVICE_MAP_DECLARE( eth_devices, eth_device_t ) |
| 76 | 76 | ||