Changes in uspace/drv/block/ahci/ahci.h [8d2dd7f2:d15797d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.h
r8d2dd7f2 rd15797d 35 35 36 36 #include <async.h> 37 #include <devman.h>38 37 #include <ddf/interrupt.h> 39 38 #include <stdio.h> … … 92 91 ahci_port_is_t event_pxis; 93 92 94 /** Block device service id. */95 service_id_t service_id;96 97 93 /** Number of device data blocks. */ 98 94 uint64_t blocks;
Note:
See TracChangeset
for help on using the changeset viewer.