blob: 23356f18b9c4fb5107a8d74448a95361d5d18cce [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* The _WAK method is called on system wakeup */
Method(_WAK,1)
{
Return(Package(){0,0})
}
/* System Bus */
Scope(\_SB)
{
/* This method is placed on the top level, so we can make sure it's the
* first executed _INI method.
*/
Method(_INI, 0)
{
\GOS()
}
}