diff options
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r-- | src/arch/x86/include/arch/acpigen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/acpigen.h b/src/arch/x86/include/arch/acpigen.h index 9ec6ee1bf3..a50a9004f6 100644 --- a/src/arch/x86/include/arch/acpigen.h +++ b/src/arch/x86/include/arch/acpigen.h @@ -82,6 +82,7 @@ enum { AND_OP = 0x7B, OR_OP = 0x7D, NOT_OP = 0x80, + NOTIFY_OP = 0x86, LEQUAL_OP = 0x93, LGREATER_OP = 0x94, LLESS_OP = 0x95, |