Changes in uspace/drv/block/ahci/ahci.h [56fd7cf:eb3683a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.h
r56fd7cf reb3683a 34 34 #define __AHCI_H__ 35 35 36 #include <async.h>37 36 #include <sys/types.h> 38 37 #include <devman.h> … … 51 50 /** Pointers to sata devices. */ 52 51 void *sata_devs[AHCI_MAX_PORTS]; 53 54 /** Parent session */55 async_sess_t *parent_sess;56 52 } ahci_dev_t; 57 53 … … 60 56 /** Pointer to AHCI device. */ 61 57 ahci_dev_t *ahci; 62 63 /** Pointer to ddf function. */64 ddf_fun_t *fun;65 58 66 59 /** SATA port number (0-31). */
Note:
See TracChangeset
for help on using the changeset viewer.