Changeset 4e5c7ba in mainline for uspace/srv/net/il/arp/arp.h
- Timestamp:
- 2010-11-18T22:36:12Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f772bc55
- Parents:
- cb569e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/arp/arp.h
rcb569e6 r4e5c7ba 55 55 typedef struct arp_device arp_device_t; 56 56 57 /** Type definition of the ARP device specific data pointer.58 * @see arp_device59 */60 typedef arp_device_t *arp_device_ref;61 62 57 /** Type definition of the ARP global data. 63 58 * @see arp_globals … … 69 64 */ 70 65 typedef struct arp_proto arp_proto_t; 71 72 /** Type definition of the ARP protocol specific data pointer.73 * @see arp_proto74 */75 typedef arp_proto_t *arp_proto_ref;76 66 77 67 /** ARP address map.
Note:
See TracChangeset
for help on using the changeset viewer.