aboutsummaryrefslogtreecommitdiff
path: root/sys/include/dev/acpi/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/dev/acpi/tables.h')
-rw-r--r--sys/include/dev/acpi/tables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/include/dev/acpi/tables.h b/sys/include/dev/acpi/tables.h
index d5bfd52..1dca890 100644
--- a/sys/include/dev/acpi/tables.h
+++ b/sys/include/dev/acpi/tables.h
@@ -33,6 +33,11 @@
#include <sys/types.h>
#include <sys/cdefs.h>
+/* MADT APIC header types */
+#define APIC_TYPE_LOCAL_APIC 0
+#define APIC_TYPE_IO_APIC 1
+#define APIC_TYPE_INTERRUPT_OVERRIDE 2
+
#define OEMID_SIZE 6
struct __packed acpi_header {