blob: 66fad20cc406414e0dfd8cc83696efd0c9d0f988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/**
****************************************************************************************
*
* @file ecrnx_msg_rx.h
*
* @brief RX function declarations
*
* Copyright (C) ESWIN 2015-2020
*
****************************************************************************************
*/
#ifndef _ECRNX_MSG_RX_H_
#define _ECRNX_MSG_RX_H_
void ecrnx_rx_handle_msg(struct ecrnx_hw *ecrnx_hw, struct ipc_e2a_msg *msg);
#endif /* _ECRNX_MSG_RX_H_ */
|