提交 d2d48eae 编写于 作者: L Lv Zheng 提交者: Rafael J. Wysocki

ACPICA: EFI: Port acpidump to EDK2 environment

ACPICA commit 790b8bae858d6d97da6099c9f8485d4760035a0c

Linux kernel is not affected by this change.

Link: https://github.com/acpica/acpica/commit/790b8baeSigned-off-by: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NBob Moore <robert.moore@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 911a9b84
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
* included after including all other host environmental definitions, in * included after including all other host environmental definitions, in
* order to override the definitions. * order to override the definitions.
*/ */
#elif defined(_AED_EFI) || defined(_GNU_EFI) #elif defined(_AED_EFI) || defined(_GNU_EFI) || defined(_EDK2_EFI)
#include "acefi.h" #include "acefi.h"
#else #else
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
* included after including all other host environmental definitions, in * included after including all other host environmental definitions, in
* order to override the definitions. * order to override the definitions.
*/ */
#elif defined(_AED_EFI) || defined(_GNU_EFI) #elif defined(_AED_EFI) || defined(_GNU_EFI) || defined(_EDK2_EFI)
#include "acefiex.h" #include "acefiex.h"
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册