Bridge.h 1.5 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. * Bridge.h
  16. * Bridge Command Handler
  17. *
  18. * Author: Gowtham.M.S <gowthamms@amiindia.co.in>
  19. *
  20. *****************************************************************/
  21. #ifndef BRIDGE_H
  22. #define BRIDGE_H
  23. //#include "Types.h"
  24. #include "bmc_type.h"
  25. //#include "IPMI_Bridge.h"
  26. /**
  27. * @var g_Bridge_CmdHndlr
  28. * @brief Bridge Command Hanlder Map.
  29. **/
  30. extern const CmdHndlrMap_T g_Bridge_CmdHndlr [];
  31. /**
  32. * @defgroup bridge Bridge Module
  33. * IPMI Intelligent Chassis Management Bus interface commands.
  34. * This module implements chassis discovery, bridge management
  35. * and event generation commands.
  36. * @{
  37. **/
  38. /** @} */
  39. #endif /* BRIDGE_H*/