types.h 392 B

12345678910111213141516
  1. /** @file
  2. Include file to support building the third-party jansson library.
  3. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  4. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. #ifndef REDFISH_CRT_SYS_TYPES_H_
  8. #define REDFISH_CRT_SYS_TYPES_H_
  9. #include <Library/RedfishCrtLib.h>
  10. #endif