[acpi] Add support for ACPI FADT/HPET location

This commit is contained in:
Mark
2019-09-16 16:10:09 +03:00
parent 51e0ac1374
commit c659189a76
11 changed files with 285 additions and 2 deletions
+1
View File
@@ -2,3 +2,4 @@
#include <stddef.h>
size_t strlen(const char *s);
int strncmp(const char *a, const char *b, size_t lim);