1ff5f32517c04c8f116b44cb36a6232910e52691
[lunaix-os.git] / lunaix-os / includes / hal / ahci / utils.h
1 #ifndef __LUNAIX_AHCI_UTILS_H
2 #define __LUNAIX_AHCI_UTILS_H
3
4 #include <hal/ahci/ahci.h>
5 #include <stdint.h>
6
7 void
8 ahci_parse_dev_info(struct ahci_device_info* dev_info, uint16_t* data);
9
10 void
11 ahci_parsestr(char* str, uint16_t* reg_start, int size_word);
12
13 #endif /* __LUNAIX_UTILS_H */