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:
Matheus Pecoraro
2024-07-16 19:12:25 -03:00
committed by Joel Sherrill
parent 5d6094c42c
commit c4bae407fc

View File

@@ -360,6 +360,9 @@
#elif defined(__ZEPHYR__)
#include "aczephyr.h"
#elif defined(__rtems__)
#include <acpi/acpica/platform/acrtems.h>
#else
/* Unknown environment */