blob: 9a25c8e57a921cd4896ac395eb24cc31b5ddb244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: GPL-2.0-only */
// Intel NPK Controller 0:1f.7
Device (NPK0)
{
Name (_ADR, 0x001f0007)
// Northpeak DFX
Method(_STA, 0, NotSerialized)
{
Return(0x0B)
}
}
|