BridgeMsgAPI.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*******************************************************************
  2. ********************************************************************
  3. **** **
  4. **** (C)Copyright 2008-2009, American Megatrends Inc. **
  5. **** **
  6. **** All Rights Reserved. **
  7. **** **
  8. **** 5555 , Oakbrook Pkwy, Norcross, **
  9. **** **
  10. **** Georgia - 30093, USA. Phone-(770)-246-8600. **
  11. **** **
  12. ********************************************************************
  13. ********************************************************************
  14. ********************************************************************
  15. **
  16. ** BridgeMsgAPI.h
  17. ** Bridge Messaging API
  18. **
  19. ** Author: Manimehalai S (manimehalais@amiindia.co.in)
  20. *******************************************************************/
  21. #ifndef BRIDGEMSGAPI_H
  22. #define BRIDGEMSGAPI_H
  23. #include "Types.h"
  24. #define ERR_NULLPKT -1
  25. #define ERR_INVALIDCH -2
  26. #define ERR_PBTBL_FULL -3
  27. #define ERR_POSTMSG_FAIL -4
  28. extern int
  29. API_BridgeInternal(MsgPkt_T* pMsgPkt, ResMsgHdr_T* pResMsgHdr, INT8U DestAddr,
  30. INT8U OriginSrc, int Channel, BOOL ResponseTracking, int BMCInst);
  31. #endif