7 lines
170 B
C
7 lines
170 B
C
#pragma once
|
|
#include <stdint.h>
|
|
#define ACPI_MACHINE_WIDTH 64
|
|
#define ACPI_UINTPTR_T uintptr_t
|
|
#undef ACPI_DEBUGGER
|
|
#undef ACPI_DISASSEMBLER
|
|
#define ACPI_DEBUG_OUTPUT 1
|