mirror of
https://github.com/acpica/acpica/
synced 2025-03-15 10:42:55 +03:00
Added Microsoft extensions (reserved names)
This commit is contained in:
parent
40fe9c06a0
commit
d9603aacb1
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslmap - parser to AML opcode mapping table
|
||||
* $Revision: 1.82 $
|
||||
* $Revision: 1.83 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -445,6 +445,8 @@ const ASL_RESERVED_INFO ReservedMethods[] = {
|
||||
{"_UPP", 0, ASL_RSVD_RETURN_VALUE}, /* Acpi 3.0 */
|
||||
{"_VPO", 0, ASL_RSVD_RETURN_VALUE},
|
||||
{"_WAK", 1, ASL_RSVD_RETURN_VALUE},
|
||||
{"_WDG", 0, ASL_RSVD_RETURN_VALUE}, /* MS Extension */
|
||||
{"_WED", 1, ASL_RSVD_RETURN_VALUE}, /* MS Extension */
|
||||
{NULL, 0, 0},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user