Changeset aa8267c in mainline
- 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
- Location:
- uspace/srv/net/netif/dp8390
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/dp8390/dp8390.h
r8b901f9 raa8267c 353 353 port_t de_data_port; 354 354 int de_16bit; 355 intde_ramsize;355 long de_ramsize; 356 356 int de_offset_page; 357 357 int de_startpage; -
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.