Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 224 Bytes

SSDT-OCGPI0-GPHD.md

File metadata and controls

executable file
·
18 lines (15 loc) · 224 Bytes
// GPI0 enable
DefinitionBlock("", "SSDT", 2, "OCLT", "GPI0", 0)
{
    External(GPHD, FieldUnitObj)
    

    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            GPHD = 2
        }
    }

}
//EOF