/** @file ql_atcmd_handler.h @brief This file is used to define wifi feature for different Quectel Project. */ /*================================================================ Copyright (c) 2021 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 ------------ ------- ------------------------------------------------------------------------------- ------------ ------- ------------------------------------------------------------------------------- =================================================================*/ #ifndef QL_ATCMD_HANDLER_H #define QL_ATCMD_HANDLER_H #ifdef __cplusplus extern "C" { #endif /************************************************************************* * Macro **************************************************************************/ #define DECLARE_CMD_HANDLER(h) extern void h(ql_at_cmd_t *) /************************************************************************* * Enum **************************************************************************/ /************************************************************************* * Struct **************************************************************************/ /************************************************************************* * Variable **************************************************************************/ /************************************************************************* * Function **************************************************************************/ #ifdef __cplusplus } /*"C" */ #endif #endif /* QL_ATCMD_HANDLER_H */