AMI.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /****************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2005-2006, American Megatrends Inc. **
  5. ** **
  6. ** All Rights Reserved. **
  7. ** **
  8. ** 6145-F, Northbelt Parkway, Norcross, **
  9. ** **
  10. ** Georgia - 30071, USA. Phone-(770)-246-8600. **
  11. ** **
  12. ****************************************************************
  13. ****************************************************************/
  14. /*****************************************************************
  15. *
  16. * AMI.h
  17. * AMI Command Handler
  18. *
  19. * Author: Basavaraj Astekar <basavaraja@ami.com>
  20. *
  21. *****************************************************************/
  22. #ifndef AMI_H
  23. #define AMI_H
  24. #include "MsgHndlr.h"
  25. /*** Extern Definitions ***/
  26. extern const ExCmdHndlrMap_T g_AMI_CmdHndlr []; /**< AMI specific command handler table. */
  27. /**
  28. * @defgroup acf AMI Specific Module
  29. * IPMI AMI Specific Command Handlers. Invoked by the message handler
  30. * @{
  31. **/
  32. /** @} */
  33. #endif /* APP_H */