comparison src/cs/drivers/drv_app/fchg/bsim_func_i.h @ 256:aec644728174

FCHG BSIM: ETM connection implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 May 2021 02:37:14 +0000
parents src/cs/drivers/drv_app/fchg/fchg_func_i.h@4533ef63fdb0
children
comparison
equal deleted inserted replaced
255:1a4413c4eb7e 256:aec644728174
1 /*
2 * Declarations of internal functions live here.
3 */
4
5 #ifndef __BSIM_FUNC_I
6 #define __BSIM_FUNC_I
7
8 #include "etm/etm_api.h"
9
10 void bsim_init_percent(void);
11 void bsim_process_etm(T_ETM_DATA_READY *msg);
12
13 #endif /* include guard */