mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 08:31:08 +08:00
parent
b3825029ff
commit
8645b55017
@ -59,7 +59,11 @@ __FBSDID("$FreeBSD$");
|
|||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
#include <machine/intr.h>
|
#include <machine/intr.h>
|
||||||
|
|
||||||
|
#ifndef __rtems__
|
||||||
#include <arm/freescale/imx/imx_ccmvar.h>
|
#include <arm/freescale/imx/imx_ccmvar.h>
|
||||||
|
#else /* __rtems__ */
|
||||||
|
uint32_t imx_ccm_sdhci_hz(void);
|
||||||
|
#endif /* __rtems__ */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __powerpc__
|
#ifdef __powerpc__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user