Chassis.h 402 B

123456789101112131415161718
  1. /*
  2. * Brief: The header file of MsgHndlr_Chassis packet.
  3. * Author: Jimbo_Zhang@outlook.com
  4. * Date: 2019-9-16
  5. */
  6. #ifndef __MSG_HNDLR_CHASSIS_H__
  7. #define __MSG_HNDLR_CHASSIS_H__
  8. #include "com_BmcType.h"
  9. #include "MsgHndlr.h"
  10. /*** Extern Definitions ***/
  11. extern const CmdHndlrMap_T g_Chassis_CmdHndlr []; /**< Chassis command handler table. */
  12. #endif /* __MSG_HNDLR_CHASSIS_H__ */