Skip to content

Latest commit

 

History

History
executable file
·
15 lines (15 loc) · 254 Bytes

File metadata and controls

executable file
·
15 lines (15 loc) · 254 Bytes
//
DefinitionBlock("", "SSDT", 2, "OCLT", "EXT3", 0)
{
    External(_SI._SST, MethodObj)
    Method (EXT3, 1, NotSerialized)
    {
        If ((3 == Arg0) && CondRefOf (\_SI._SST))
        {
            \_SI._SST (1)
        }
    }
}
//EOF