Sign in
third-party-mirror
/
seabios
/
refs/heads/master
/
.
/
acpi
/
ssdt_cpu_ntfy
blob: 20b59cf52e62c2556bdc5c244c881431b8df37c6 [
file
] [
edit
]
DefinitionBlock
(
""
,
"SNTF"
,
1
,
"Google"
,
"GOOGSNTF"
,
0x00000001
)
{
External
(
_SB
.
C000
,
DeviceObj
)
Scope
(
_SB
)
{
Method
(
NTFY
,
2
,
NotSerialized
)
{
If
((
Arg0
==
{{
u16max
}}))
{
Notify
(
C000
,
Arg1
)
}
}
}
}