Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 244 Bytes

File metadata and controls

executable file
·
14 lines (13 loc) · 244 Bytes
DefinitionBlock ("", "SSDT", 2, "ACDT", "XXXX-2", 0)
{
    External (_SB.PCI0.LPCB.XXXX, DeviceObj)
    Scope (_SB.PCI0.LPCB.XXXX)
    {
        Method (YYYY, 0, NotSerialized)
        {
            //do nothing
        }
    }
}