X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/202a8b1f31fa458e96ad7f20ae056d200b31b029..88e668538d6c0d394e6ea34516052f010ca6e8d2:/lunaix-os/includes/hal/ahci/utils.h?ds=sidebyside diff --git a/lunaix-os/includes/hal/ahci/utils.h b/lunaix-os/includes/hal/ahci/utils.h index 119ec39..e22a280 100644 --- a/lunaix-os/includes/hal/ahci/utils.h +++ b/lunaix-os/includes/hal/ahci/utils.h @@ -13,4 +13,7 @@ ahci_parsestr(char* str, uint16_t* reg_start, int size_word); void scsi_parse_capacity(struct hba_device* device, uint32_t* parameter); +int +sata_read_error(struct hba_port* port); + #endif /* __LUNAIX_UTILS_H */