1 #ifndef __LUNAIX_AHCI_UTILS_H
2 #define __LUNAIX_AHCI_UTILS_H
4 #include <hal/ahci/ahci.h>
8 ahci_parse_dev_info(struct ahci_device_info* dev_info, uint16_t* data);
11 ahci_parsestr(char* str, uint16_t* reg_start, int size_word);
13 #endif /* __LUNAIX_UTILS_H */