Changes in uspace/drv/block/ahci/ahci_sata.h [5c55eb7:d1582b50] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci_sata.h
r5c55eb7 rd1582b50 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_SATA_H35 #define AHCI_SATA_H33 #ifndef __AHCI_SATA_H__ 34 #define __AHCI_SATA_H__ 36 35 37 36 #include <stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.