0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2025-06-07 12:41:33 +00:00
Files
edk2-msm/Silicon/Qualcomm/msm8998/AcpiTables/oem_resources.asl
Xilin Wu 934a951950 Upload msm8998 files
for someone else to test, my system seems to be broken
2022-10-14 21:26:10 +08:00

17 lines
433 B
C
Executable File

//===========================================================================
// <oem_resources.asl>
// DESCRIPTION
// This file contans the resources needed by oem drivers.
//
//===========================================================================
Scope (\_SB.PEP0)
{
Method (OPMD, 0, NotSerialized)
{
Return (OPCC) /* \_SB_.PEP0.OPCC */
}
Name (OPCC, Package (0x00){})
}