OPMA.h 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. * OPMACommands.h
  17. * Header file for OPMACommands.c
  18. *
  19. * Author: Shivaranjani Chelladurai <shivaranjanic@ami.com>
  20. *
  21. ******************************************************************/
  22. #ifndef __OPMA__H__
  23. #define __OPMA__H__
  24. #include "MsgHndlr.h"
  25. /* OPMA Commands Handler */
  26. extern const CmdHndlrMap_T g_OPMA_CmdHndlr1 [];
  27. extern const CmdHndlrMap_T g_OPMA_CmdHndlr2 [];
  28. extern int SetSensorReadingOffset (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  29. extern int GetSensorReadingOffset (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  30. extern int SetSystemTypeIdentifier (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  31. extern int GetSystemTypeIdentifier (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  32. extern int GetmCardCapabilities (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  33. extern int ClearCMOS (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  34. extern int SetLocalAccessLockOutState (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  35. extern int GetLocalAccessLockOutState (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  36. extern int GetSupportedHostIDs (_NEAR_ INT8U* pReq, INT8U ReqLen, _NEAR_ INT8U* pRes,int BMCInst);
  37. #endif //__OPMA_COMMANDS_H__