comparison src/cs/services/fcbm/fcbm_send_msg.h @ 230:baa738eeb842

FCBM code implemented in first pass
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:05:53 +0000
parents
children
comparison
equal deleted inserted replaced
229:7ec0ae23ce76 230:baa738eeb842
1 /*
2 * This header file defines the interface for sending messages to FCBM task.
3 */
4
5 #ifndef __FCBM_SEND_MSG_H
6 #define __FCBM_SEND_MSG_H
7
8 #include "rv/rv_general.h"
9 #include "fcbm/fcbm_messages.h"
10
11 T_RV_RET fcbm_message_to_task(enum fcbm_msg_id);
12
13 #endif /* include guard */