/**************************************************************** **************************************************************** ** ** ** (C)Copyright 2005-2006, American Megatrends Inc. ** ** ** ** All Rights Reserved. ** ** ** ** 6145-F, Northbelt Parkway, Norcross, ** ** ** ** Georgia - 30071, USA. Phone-(770)-246-8600. ** ** ** **************************************************************** ****************************************************************/ /***************************************************************** * * Sensor.h * Sensor Command Handler * * Author: Govind Kothandapani * : Rama Bisa * : Basavaraj Astekar * : Bakka Ravinder Reddy * *****************************************************************/ #ifndef SENSOREVENT_H #define SENSOREVENT_H //#include "Types.h" #include "bmc_type.h" //#include "IPMI_SensorEvent.h" /** * @var g_SensorEvent_CmdHndlr * @brief Sensor event command handler map. **/ extern const CmdHndlrMap_T g_SensorEvent_CmdHndlr []; /** * @defgroup senevt Sensor Event Module * IPMI Sensor Event interface commands. These module handles sensor * configuration and monitoring and event configuration commands. * @{ **/ /** @} */ #endif /* SENSOREVENT_H */