BMCInfo.h 1.3 KB

123456789101112131415161718192021222324252627
  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. ** BMCInfo.h
  17. ** Multiple BMC functions.
  18. **
  19. ** Author: Suresh V <sureshv@amiindia.co.in>
  20. *******************************************************************/
  21. extern int CheckIPMIConfigurations(int BMCInst);
  22. extern void GetIPMIConfFile (int BMCInst, char* ConfFile);
  23. extern int GetBMCConfInfo();
  24. extern int GetIPMIConfInfo(int BMCInst);
  25. extern void FreeAllocPortMem(int BMCInst);