blob: 3066096098c454f5e0ded6db265b2c3f33780a62 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* Method called from _PTS prior to enter sleep state */
Method (MPTS, 1) {}
/* Method called from _WAK prior to wakeup */
Method (MWAK, 1) {
Return(Package(){0, 0})
}
|