mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-06-07 12:41:33 +00:00
17 lines
433 B
C
Executable File
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){})
|
|
}
|