Skip to content

Latest commit

 

History

History
executable file
·
16 lines (15 loc) · 205 Bytes

File metadata and controls

executable file
·
16 lines (15 loc) · 205 Bytes
//
DefinitionBlock("", "SSDT", 2, "OCLT", "OCWork", 0)
{
    External (NBCF, IntObj)
    
    Scope (\)
    {
        If (_OSI ("Darwin"))
        {
            NBCF = 1
        }
    }
}
//EOF