Changes in uspace/drv/block/ahci/ahci.h [5c55eb7:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.h
r5c55eb7 ra35b458 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2012 Petr Jerman 4 3 * All rights reserved. … … 32 31 */ 33 32 34 #ifndef AHCI_H35 #define AHCI_H33 #ifndef __AHCI_H__ 34 #define __AHCI_H__ 36 35 37 36 #include <async.h> 38 #include <bd_srv.h>39 37 #include <ddf/interrupt.h> 40 38 #include <stdio.h> … … 107 105 /** Highest UDMA mode supported. */ 108 106 uint8_t highest_udma_mode; 109 110 /** Block device service structure */111 bd_srvs_t bds;112 107 } sata_dev_t; 113 108
Note:
See TracChangeset
for help on using the changeset viewer.