HPM.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* ***************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2012, American Megatrends Inc. **
  5. ** **
  6. ** All Rights Reserved. **
  7. ** **
  8. ** 5555, Oakbrook Parkway, Suite 200, Norcross, **
  9. ** **
  10. ** Georgia - 30093, USA. Phone-(770)-246-8600. **
  11. ** **
  12. ****************************************************************/
  13. /****************************************************************
  14. *
  15. * HPM.h
  16. * HPM Command Handler
  17. *
  18. * Author: Joey Chen <JoeyChen@ami.com.tw>
  19. *
  20. *****************************************************************/
  21. #ifndef HPM_H
  22. #define HPM_H
  23. #include "MsgHndlr.h"
  24. /*** Extern Definitions ***/
  25. extern const CmdHndlrMap_T g_HPM_CmdHndlr []; /**< HPM specific command handler table. */
  26. /**
  27. * @defgroup acf HPM Specific Module
  28. * IPMI HPM Specific Command Handlers. Invoked by the message handler
  29. * @{
  30. **/
  31. /** @} */
  32. #endif /* HPM_H */