mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-30 12:06:54 +08:00
ehci_mpc83xx.c: Fix for qoriq hypervisor guest
This commit is contained in:
parent
ea121a0c59
commit
13c409362d
@ -34,7 +34,8 @@
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
#if defined(__GEN83xx_BSP_h) || defined(LIBBSP_POWERPC_QORIQ_BSP_H)
|
||||
#if defined(__GEN83xx_BSP_h) || (defined(LIBBSP_POWERPC_QORIQ_BSP_H) && \
|
||||
!defined(QORIQ_IS_HYPERVISOR_GUEST))
|
||||
|
||||
#include <bsp/irq.h>
|
||||
#include <bsp/utility.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user