1 #ifndef __LUNAIX_PARSER_PARSER_H
2 #define __LUNAIX_PARSER_PARSER_H
4 #include <hal/acpi/acpi.h>
7 * @brief Parse the MADT and populated into main TOC
10 * @param toc The main TOC
13 madt_parse(acpi_madt_t* madt, acpi_context* toc);
16 mcfg_parse(acpi_sdthdr_t* madt, acpi_context* toc);
19 mcfg_parse(acpi_sdthdr_t* mcfg, acpi_context* toc);
21 #endif /* __LUNAIX_PARSER_PARSER_H */