Change-Id: I9d502882c4ddb54af1da42a41591804da2cee0ac Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50647 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
Scope(\_SI) {
|
|
Method(_SST, 1) {
|
|
/* DBGO("\\_SI\\_SST\n") */
|
|
/* DBGO(" New Indicator state: ") */
|
|
/* DBGO(Arg0) */
|
|
/* DBGO("\n") */
|
|
}
|
|
} /* End Scope SI */
|