1 #ifndef __LUNAIX_PARSER_MADT_PARSER_H
2 #define __LUNAIX_PARSER_MADT_PARSER_H
4 #include <hal/acpi/acpi.h>
7 * @brief Parse the MADT and populated into main TOC
10 * @param toc The main TOC
12 void madt_parse(acpi_madt_t* madt, acpi_context* toc);
14 #endif /* __LUNAIX_PARSER_MADT_PARSER_H */