Changeset e092dc5 in mainline for uspace/srv/bd/ata_bd/ata_bd.h
- Timestamp:
- 2010-12-30T14:26:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e682af1
- Parents:
- d770deb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.h
rd770deb re092dc5 39 39 #include <fibril_synch.h> 40 40 #include <str.h> 41 42 /** Base addresses for ATA I/O blocks. */ 43 typedef struct { 44 uintptr_t cmd; /**< Command block base address. */ 45 uintptr_t ctl; /**< Control block base address. */ 46 } ata_base_t; 41 47 42 48 /** Timeout definitions. Unit is 10 ms. */ … … 81 87 } block_coord_t; 82 88 89 /** ATA device state structure. */ 83 90 typedef struct { 84 91 bool present;
Note:
See TracChangeset
for help on using the changeset viewer.