123456789101112131415161718 |
- /*
- * Brief: The header file of MsgHndlr_Chassis packet.
- * Author: Jimbo_Zhang@outlook.com
- * Date: 2019-9-16
- */
- #ifndef __MSG_HNDLR_CHASSIS_H__
- #define __MSG_HNDLR_CHASSIS_H__
- #include "com_BmcType.h"
- #include "MsgHndlr.h"
- /*** Extern Definitions ***/
- extern const CmdHndlrMap_T g_Chassis_CmdHndlr []; /**< Chassis command handler table. */
- #endif /* __MSG_HNDLR_CHASSIS_H__ */
|