DeviceConfig.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. * DeviceConfig.h
  16. * Device Configuration Handler
  17. *
  18. * Author: Govind Kothandapani <govindk@ami.com>
  19. * : Rama Bisa <ramab@ami.com>
  20. * : Basavaraj Astekar <basavaraja@ami.com>
  21. * : Bakka Ravinder Reddy <bakkar@ami.com>
  22. *
  23. *****************************************************************/
  24. #ifndef DEVICE_CONFIG_H
  25. #define DEVICE_CONFIG_H
  26. //#include "Types.h"
  27. #include "bmc_type.h"
  28. //#include "IPMI_DeviceConfig.h"
  29. /**
  30. * @var g_Config_CmdHndlr
  31. * @brief Transport Configuration Commands Map.
  32. **/
  33. extern const CmdHndlrMap_T g_Config_CmdHndlr [];
  34. /**
  35. * @defgroup devcfg Device Configuration Module
  36. * IPMI Device Configuration command interface. This module
  37. * implements configuration and access commands for transport modules
  38. * such as LAN, Serial/Modem, Serial Over LAN.
  39. * @{
  40. **/
  41. /** @} */
  42. #endif /* DEVICE_CONFIG_H */