1 /**
2   ******************************************************************************
3   * @file    rtl8721d_ipc_api.h
4   * @author
5   * @version V1.0.0
6   * @date    2018-06-11
7   * @brief   This file contains all the functions prototypes for the IPC API function
8   *          library.
9   ******************************************************************************
10   * @attention
11   *
12   * This module is a confidential and proprietary property of RealTek and
13   * possession or use of this module requires written permission of RealTek.
14   *
15   * Copyright(c) 2016, Realtek Semiconductor Corporation. All rights reserved.
16   ******************************************************************************
17   */
18 
19 #ifndef _RTL8721D_IPC_API_H
20 #define _RTL8721D_IPC_API_H
21 
22 void ipc_table_init(VOID);
23 void ipc_send_message(u8 IPC_ChNum, u32 Message);
24 u32 ipc_get_message(u8 IPC_ChNum);
25 
26 #endif
27 /******************* (C) COPYRIGHT 2016 Realtek Semiconductor *****END OF FILE****/
28