mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 05:43:33 +08:00
ehci_mpc83xx.c: Fix for qoriq hypervisor guest
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user