mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-06-11 20:01:46 +00:00
17 lines
440 B
C
Executable File
17 lines
440 B
C
Executable File
//===========================================================================
|
|
// <msft_resources.asl>
|
|
// DESCRIPTION
|
|
// This file contans the resources needed by microsoft drivers.
|
|
//
|
|
//===========================================================================
|
|
|
|
Scope (\_SB.PEP0)
|
|
{
|
|
Method (MPMD, 0, NotSerialized)
|
|
{
|
|
Return (MPCC) /* \_SB_.PEP0.MPCC */
|
|
}
|
|
|
|
Name (MPCC, Package (0x00){})
|
|
}
|