EC600U_esp32_iap_uart/zip/inc/zip_demo.h
2024-02-05 17:39:56 +08:00

42 lines
1.1 KiB
C

/*=================================================================
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
------------ ------- -------------------------------------------------------------------------------
=================================================================*/
#ifndef _ZIP_DEMO_H_
#define _ZIP_DEMO_H_
#ifdef __cplusplus
extern "C" {
#endif
/*===========================================================================
* Macro Definition
===========================================================================*/
/*===========================================================================
* Struct
===========================================================================*/
/*===========================================================================
* Functions declaration
===========================================================================*/
extern void ql_zip_app_init(void);
#ifdef __cplusplus
} /*"C" */
#endif
#endif /* _ZIPDEMO_H_ */