Chassis.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. * chassis.h
  17. * Chassis.c extern declarations
  18. *
  19. * Author: Rama Bisa <ramab@ami.com>
  20. *
  21. ******************************************************************/
  22. #ifndef CHASSIS_H
  23. #define CHASSIS_H
  24. //#include "Types.h"
  25. #include "bmc_type.h"
  26. //#include "IPMI_Chassis.h"
  27. /*** Extern Definitions ***/
  28. extern const CmdHndlrMap_T g_Chassis_CmdHndlr []; /**< Chassis command handler table. */
  29. /**
  30. * @defgroup ccf Chassis Device Module
  31. * IPMI Chassis Command Handlers. Invoked by the message handler
  32. * @{
  33. **/
  34. /** @} */
  35. #endif /* CHASSIS_H */