App.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. * App.h
  17. * Application Command Handler
  18. *
  19. * Author: Govind Kothandapani <govindk@ami.com>
  20. * : Rama Bisa <ramab@ami.com>
  21. * : Basavaraj Astekar <basavaraja@ami.com>
  22. * : Bakka Ravinder Reddy <bakkar@ami.com>
  23. *
  24. *****************************************************************/
  25. #ifndef APP_H
  26. #define APP_H
  27. //#include "Types.h"
  28. #include "bmc_type.h"
  29. //#include "IPMI_App.h"
  30. /*** Extern Definitions ***/
  31. extern const CmdHndlrMap_T g_App_CmdHndlr []; /**< IPM Device and
  32. Application Device command handler table. */
  33. /**
  34. * @defgroup apcf Application Device Module
  35. * IPMI Application device Command Handlers. Invoked by the message handler
  36. * @{
  37. **/
  38. /** @} */
  39. #endif /* APP_H */