comparison src/cs/services/buzm/buzm_func_i.h @ 297:8dfdf88d632f

BUZM SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Mar 2022 03:45:41 +0000
parents
children
comparison
equal deleted inserted replaced
296:a927f030a4e0 297:8dfdf88d632f
1 /*
2 * Declarations of internal functions live here.
3 */
4
5 #ifndef __BUZM_FUNC_I
6 #define __BUZM_FUNC_I
7
8 #include "buzm/buzm_messages_i.h"
9
10 void buzm_process_message(T_RV_HDR *msg_ptr);
11 void buzm_process_start_req(struct buzm_start_msg *msg);
12 void buzm_process_stop_req(struct buzm_stop_msg *msg);
13 void buzm_handle_timer(void);
14
15 #endif /* include guard */