/***************************************************************** ***************************************************************** *** ** *** (C)Copyright 2005-2006, American Megatrends Inc. ** *** ** *** All Rights Reserved. ** *** ** *** 6145-F, Northbelt Parkway, Norcross, ** *** ** *** Georgia - 30071, USA. Phone-(770)-246-8600. ** *** ** ***************************************************************** ***************************************************************** ****************************************************************** * * OPMACommands.h * Header file for OPMACommands.c * * Author: Shivaranjani Chelladurai * ******************************************************************/ #ifndef __OPMA__H__ #define __OPMA__H__ #include "MsgHndlr.h" /* OPMA Commands Handler */ extern const CmdHndlrMap_T g_OPMA_CmdHndlr1 []; extern const CmdHndlrMap_T g_OPMA_CmdHndlr2 []; extern int SetSensorReadingOffset (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int GetSensorReadingOffset (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int SetSystemTypeIdentifier (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int GetSystemTypeIdentifier (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int GetmCardCapabilities (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int ClearCMOS (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int SetLocalAccessLockOutState (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int GetLocalAccessLockOutState (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); extern int GetSupportedHostIDs (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst); #endif //__OPMA_COMMANDS_H__