summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Ics.cpp
blob: 754b9f007c7f35f065875c6a8620c8f5df93b4fd (plain) (blame)
1
2
3
4
5
6
7
#include "Ics.h"


uint8 Ics::getLength() const
{
    return length;
};