summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Ics.cpp
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-03-26 13:51:05 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-03-26 13:51:05 +0700
commite0bac2387b373316337b177fe8aa9851b0d5e870 (patch)
treea829ca7f1b8b766700f32f975477d49535354c24 /drivers/acpi/Ics.cpp
parent91b4d8fa6bed598e2969f16a7a953e293a1b7f89 (diff)
Implement MADT table
Diffstat (limited to 'drivers/acpi/Ics.cpp')
-rw-r--r--drivers/acpi/Ics.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/acpi/Ics.cpp b/drivers/acpi/Ics.cpp
new file mode 100644
index 0000000..754b9f0
--- /dev/null
+++ b/drivers/acpi/Ics.cpp
@@ -0,0 +1,7 @@
+#include "Ics.h"
+
+
+uint8 Ics::getLength() const
+{
+ return length;
+};