X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/09a115a4c07e26b3a978c693c0d6d17abea80479..df61e9d0fec3d5e75820e27e7a2459d132364585:/lunaix-os/includes/hal/ahci/utils.h 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 */