forked from Imagelibrary/rtems
ACPICA: Add acrtems.h include in acenv.h
Add an include to acrtems.h in acenv.h so BSPs may provide their own ACPICA defines and configurations
This commit is contained in:
committed by
Joel Sherrill
parent
5d6094c42c
commit
c4bae407fc
@@ -360,6 +360,9 @@
|
||||
|
||||
#elif defined(__ZEPHYR__)
|
||||
#include "aczephyr.h"
|
||||
|
||||
#elif defined(__rtems__)
|
||||
#include <acpi/acpica/platform/acrtems.h>
|
||||
#else
|
||||
|
||||
/* Unknown environment */
|
||||
|
||||
Reference in New Issue
Block a user