AMIBiosCode.h 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. /****************************************************************
  2. ****************************************************************
  3. ** **
  4. ** (C)Copyright 2010-2011, American Megatrends Inc. **
  5. ** **
  6. ** All Rights Reserved. **
  7. ** **
  8. ** 5555 Oakbrook Pkwy, Building 200, Norcross, **
  9. ** **
  10. ** Georgia 30093, USA. Phone-(770)-246-8600. **
  11. ** **
  12. ****************************************************************
  13. ****************************************************************/
  14. /*****************************************************************
  15. *
  16. * AMIBiosCode.h
  17. *
  18. *
  19. * Author: Gokulakannan. S <gokulakannans@amiindia.co.in>
  20. *****************************************************************/
  21. #ifndef AMIBIOSCODE_H_
  22. #define AMIBIOSCODE_H_
  23. #include "Types.h"
  24. extern int AMIGetBiosCode (_NEAR_ INT8U* pReq, INT32U ReqLen, _NEAR_ INT8U* pRes, int BMCInst);
  25. #endif /* AMIBIOSCODE_H_ */