Files
luban-lite/bsp/peripheral/wireless/aic8800/fdrv/macif/rwnx_msg_rx.h
刘可亮 11c97ef399 v1.2.1
2025-07-22 11:15:46 +08:00

19 lines
449 B
C

/**
****************************************************************************************
*
* @file rwnx_msg_rx.h
*
* @brief RX function declarations
*
* Copyright (C) RivieraWaves 2012-2019
*
****************************************************************************************
*/
#ifndef _RWNX_MSG_RX_H_
#define _RWNX_MSG_RX_H_
void rwnx_rx_handle_msg(struct rwnx_hw *rwnx_hw, struct e2a_msg *msg);
#endif /* _RWNX_MSG_RX_H_ */