arm/xilinx-zynqmp/start/bspreset.c: Add include <bsp/bootcard.h>

Needed the include to have prototype of bsp_reset().
This commit is contained in:
Joel Sherrill
2025-07-17 15:15:10 -05:00
committed by Amar Takhar
parent 66179533bf
commit dd6e67b20c

View File

@@ -31,6 +31,7 @@
*/
#include <bsp.h>
#include <bsp/bootcard.h>
void bsp_reset( rtems_fatal_source source, rtems_fatal_code code )
{