Changeset aa8267c in mainline for uspace/srv/net/netif/dp8390/dp8390_port.h
- Timestamp:
- 2010-02-16T20:25:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c9c6a9
- Parents:
- 8b901f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/dp8390/dp8390_port.h
r8b901f9 raa8267c 169 169 /** Type definition of a port. 170 170 */ 171 typedef intport_t;171 typedef long port_t; 172 172 173 173 /* dl_eth.h */ … … 256 256 /** Type definition of the virtual addresses and lengths in bytes. 257 257 */ 258 typedef unsigned intvir_bytes;258 typedef unsigned long vir_bytes; 259 259 260 260 /** Type definition of the input/output vector.
Note:
See TracChangeset
for help on using the changeset viewer.