summaryrefslogtreecommitdiff
path: root/hw/bsp/ra/board_cfg.h
blob: 825f8cd3290efd0e04241f75a24300d218e27649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* generated configuration header file - do not edit */
#ifndef BOARD_CFG_H_
#define BOARD_CFG_H_
#ifdef __cplusplus
        extern "C" {
        #endif

        void bsp_init(void * p_args);

        #ifdef __cplusplus
        }
        #endif
#endif /* BOARD_CFG_H_ */