summaryrefslogtreecommitdiffhomepage
path: root/Private/FirmwareKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-22 01:34:33 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-22 01:34:33 +0100
commit6f1aa4288c62580afb876fb9e35a45d022027d1d (patch)
tree5017c3d2619853c3bb7ffee17525443324acc3c2 /Private/FirmwareKit
parentd091afe4f669e5f0fe60736575ff0838c512279e (diff)
NewBoot: Fetching ACPI RSDPTR with success now.
This table is needed to implement AHCI.
Diffstat (limited to 'Private/FirmwareKit')
-rw-r--r--Private/FirmwareKit/Handover.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/FirmwareKit/Handover.hxx b/Private/FirmwareKit/Handover.hxx
index cdf7d896..be308e13 100644
--- a/Private/FirmwareKit/Handover.hxx
+++ b/Private/FirmwareKit/Handover.hxx
@@ -68,7 +68,7 @@ struct HandoverInformationHeader {
WideChar f_FirmwareVendorName[32];
SizeT f_FirmwareVendorLen;
struct {
- VoidPtr f_VendorTables;
+ VoidPtr f_VendorTable;
} f_HardwareTables;
struct {
UIntPtr f_The;