Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 223 Bytes

SSDT-OCGPI0-GPEN.md

File metadata and controls

17 lines (15 loc) · 223 Bytes
// GPI0 enable
DefinitionBlock("", "SSDT", 2, "OCLT", "GPI0", 0)
{
    External(GPEN, FieldUnitObj)
    
    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            GPEN = 1
        }
    }
}
//EOF