Changeset 1d5a540 in mainline for uspace/drv/block/ahci/ahci.h
- Timestamp:
- 2012-08-17T11:52:20Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 034c4202
- Parents:
- 8312577 (diff), 56fd7cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.h
r8312577 r1d5a540 34 34 #define __AHCI_H__ 35 35 36 #include <async.h> 36 37 #include <sys/types.h> 37 38 #include <devman.h> … … 50 51 /** Pointers to sata devices. */ 51 52 void *sata_devs[AHCI_MAX_PORTS]; 53 54 /** Parent session */ 55 async_sess_t *parent_sess; 52 56 } ahci_dev_t; 53 57 … … 56 60 /** Pointer to AHCI device. */ 57 61 ahci_dev_t *ahci; 62 63 /** Pointer to ddf function. */ 64 ddf_fun_t *fun; 58 65 59 66 /** SATA port number (0-31). */
Note:
See TracChangeset
for help on using the changeset viewer.