diff options
Diffstat (limited to 'drivers/acpi/Ics.cpp')
| -rw-r--r-- | drivers/acpi/Ics.cpp | 7 |
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; +}; |
