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