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