ibex_demo/include/main.h

9 lines
152 B
C

#ifndef __MAIN_H
#define __MAIN_H
#include "soc_peripherals.h"
extern xilinx_uartlite_handle_t soc_uart;
extern xilinx_gpio_handle_t soc_gpio;
#endif