diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-30 16:46:38 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-30 16:46:38 -0500 |
commit | 9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8 (patch) | |
tree | 01cc5fad4c42b0fcad206e694c69567de835447b /include/acpi.h | |
parent | better qemu options (diff) | |
download | corn-9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8.tar.gz corn-9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8.tar.bz2 corn-9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8.zip |
better mboot
Diffstat (limited to 'include/acpi.h')
-rw-r--r-- | include/acpi.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/acpi.h b/include/acpi.h index 99a446c..4c5c7b1 100644 --- a/include/acpi.h +++ b/include/acpi.h @@ -1,13 +1,5 @@ #pragma once -enum acpi_status { - ACPI_SUCCESS = 0, - ACPI_FAILURE = -1, - ACPI_MALFORMED_TABLE = -2, - ACPI_OLD_VERSION = -4, - ACPI_S5_PARSE_ERROR = -5, -}; - /** * Loads the ACPI tables * https://en.wikipedia.org/wiki/ACPI |