Files
Mykola Grymalyuk 3756ef935b Bit of clean up
2020-05-28 19:11:22 -06:00

17 lines
290 B
Plaintext

/*
* Forces enables legacy RTC clock, also gets arond INI conflict found on X299X boards
*/
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AWAC", 0x00000000)
{
External (STAS, IntObj)
Scope (_SB)
{
If (_OSI ("Darwin"))
{
STAS = One
}
}
}