X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/37fb1e9cee287c9ae8c065ff517c508eb5f9d7dd..05b7549a0f980efa33265a091a5174a78851ce05:/lunaix-os/hal/acpi/parser/madt_parser.h?ds=sidebyside diff --git a/lunaix-os/hal/acpi/parser/madt_parser.h b/lunaix-os/hal/acpi/parser/madt_parser.h new file mode 100644 index 0000000..6b15296 --- /dev/null +++ b/lunaix-os/hal/acpi/parser/madt_parser.h @@ -0,0 +1,14 @@ +#ifndef __LUNAIX_PARSER_MADT_PARSER_H +#define __LUNAIX_PARSER_MADT_PARSER_H + +#include + +/** + * @brief Parse the MADT and populated into main TOC + * + * @param rsdt RSDT + * @param toc The main TOC + */ +void madt_parse(acpi_madt_t* madt, acpi_context* toc); + +#endif /* __LUNAIX_PARSER_MADT_PARSER_H */