redfish.h 821 B

12345678910111213141516171819202122232425
  1. /** @file
  2. This file is cloned from DMTF libredfish library tag v1.0.0 and maintained
  3. by EDKII.
  4. //----------------------------------------------------------------------------
  5. // Copyright Notice:
  6. // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved.
  7. // License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libredfish/LICENSE.md
  8. //----------------------------------------------------------------------------
  9. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  10. (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
  11. SPDX-License-Identifier: BSD-2-Clause-Patent
  12. **/
  13. #ifndef LIBREDFISH_REDFISH_H_
  14. #define LIBREDFISH_REDFISH_H_
  15. #include <redfishService.h>
  16. #include <redfishPayload.h>
  17. #include <redpath.h>
  18. #endif