SensorEvent.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. * Sensor.h
  17. * Sensor 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 SENSOREVENT_H
  26. #define SENSOREVENT_H
  27. //#include "Types.h"
  28. #include "bmc_type.h"
  29. //#include "IPMI_SensorEvent.h"
  30. /**
  31. * @var g_SensorEvent_CmdHndlr
  32. * @brief Sensor event command handler map.
  33. **/
  34. extern const CmdHndlrMap_T g_SensorEvent_CmdHndlr [];
  35. /**
  36. * @defgroup senevt Sensor Event Module
  37. * IPMI Sensor Event interface commands. These module handles sensor
  38. * configuration and monitoring and event configuration commands.
  39. * @{
  40. **/
  41. /** @} */
  42. #endif /* SENSOREVENT_H */