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