From 9cc8dfcf0eed77b536b1f81f0660c84777b2a0a8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 30 Jan 2024 16:46:38 -0500 Subject: better mboot --- include/acpi.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/acpi.h') 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 -- cgit v1.2.3-freya