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