mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
14 lines
217 B
Text
14 lines
217 B
Text
![]() |
//
|
||
|
DefinitionBlock("", "SSDT", 2, "ACDT", "EXT3", 0)
|
||
|
{
|
||
|
External(_SI._SST, MethodObj)
|
||
|
Method (EXT3, 1, NotSerialized)
|
||
|
{
|
||
|
If (3 == Arg0)
|
||
|
{
|
||
|
\_SI._SST (1)
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
//EOF
|