summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Modules/ACPI
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/Modules/ACPI')
-rw-r--r--dev/ZKA/Modules/ACPI/ACPI.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/dev/ZKA/Modules/ACPI/ACPI.hxx b/dev/ZKA/Modules/ACPI/ACPI.hxx
index c959d6c1..00ba4f9e 100644
--- a/dev/ZKA/Modules/ACPI/ACPI.hxx
+++ b/dev/ZKA/Modules/ACPI/ACPI.hxx
@@ -51,22 +51,22 @@ namespace Kernel
enum ACPI_ADDRESS_SPACE_KIND : UInt8
{
eSystemMemory = 0,
- eSystemIO = 1,
- ePci = 2,
- eController = 3,
- eSmBus = 4,
- eCount = 5,
- eInvalid = 0xFF,
+ eSystemIO = 1,
+ ePci = 2,
+ eController = 3,
+ eSmBus = 4,
+ eCount = 5,
+ eInvalid = 0xFF,
};
class PACKED ACPI_ADDRESS final
{
public:
- UInt8 AddressSpaceId;
- UInt8 RegisterBitWidth;
- UInt8 RegisterBitOffset;
- UInt8 Reserved;
- UIntPtr Address;
+ UInt8 AddressSpaceId;
+ UInt8 RegisterBitWidth;
+ UInt8 RegisterBitOffset;
+ UInt8 Reserved;
+ UIntPtr Address;
};
class PACKED RSDT final