Storage.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. * Storage.h
  17. * Storage Command Handler
  18. *
  19. * Author: Rama Bisa <ramab@ami.com>
  20. * : Bakka Ravinder Reddy <bakkar@ami.com>
  21. *
  22. *****************************************************************/
  23. #ifndef STORAGE_H
  24. #define STORAGE_H
  25. //#include "Types.h"
  26. #include "bmc_type.h"
  27. //#include "IPMI_Storage.h"
  28. /**
  29. * @var g_Storage_CmdHndlr
  30. * @brief Storage Command Handler Table
  31. **/
  32. extern const CmdHndlrMap_T g_Storage_CmdHndlr [];
  33. /**
  34. * @defgroup storage Storage Module
  35. * IPMI storage command interface. This module implements
  36. * SDR, FRU and SEL storage and access/configuration commands.
  37. * @{
  38. **/
  39. /** @} */
  40. #endif /* STORAGE_H */