EC600U_esp32_iap_uart/vsim_adapt/inc/vsim_adapt_demo.h

46 lines
1.3 KiB
C
Raw Permalink Normal View History

2024-02-05 17:39:56 +08:00
/*================================================================
Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
Quectel Wireless Solution Proprietary and Confidential.
=================================================================*/
/*=================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
WHEN WHO WHAT, WHERE, WHY
------------ ------- -------------------------------------------------------------------------------
23/07/2022 Joe.tu create
=================================================================*/
#ifndef VSIM_ADAPT_H
#define VSIM_ADAPT_H
#ifdef __cplusplus
extern "C" {
#endif
/*========================================================================
* Variable Definition
*========================================================================*/
/*========================================================================
* function Definition
*========================================================================*/
void ql_vsim_adapt_init(void);
#ifdef __cplusplus
} /*"C" */
#endif
#endif /* VSIM_ADAPT_H */