2015-08-26 18:29:17 -07:00

7 lines
99 B
Plaintext

Scope(\) {
Method(_WAK) {
Store ("Hello World", Debug)
Return(Package(2){0x00000000,0})
}
}