summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/PrivateInclude/Crt/math.h
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2020-12-04 12:30:05 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-09 03:08:51 +0000
commit6e9233f968735219b2038c5dd23a46be2c021807 (patch)
treeb670be263c6cb774c6c9714501fba286cc10d3f4 /RedfishPkg/PrivateInclude/Crt/math.h
parenta88731d5453fedaa389827139abc3c22a99ec460 (diff)
downloadedk2-6e9233f968735219b2038c5dd23a46be2c021807.tar.gz
edk2-6e9233f968735219b2038c5dd23a46be2c021807.tar.bz2
edk2-6e9233f968735219b2038c5dd23a46be2c021807.zip
RedfishPkg/RedfishCrtLib: Redfish C runtime library
Redfish CRT library is currently used by edk2 JsonLib (open source jansson project) and edk2 RedfishLib (libredfish open source project). Redfish CrtLib library provides the necessary C runtime equivalent edk2 functions for open source projects. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Reviewed-by: Nickle Wang <nickle.wang@hpe.com> Acked-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'RedfishPkg/PrivateInclude/Crt/math.h')
-rw-r--r--RedfishPkg/PrivateInclude/Crt/math.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/RedfishPkg/PrivateInclude/Crt/math.h b/RedfishPkg/PrivateInclude/Crt/math.h
new file mode 100644
index 0000000000..6e36bfb642
--- /dev/null
+++ b/RedfishPkg/PrivateInclude/Crt/math.h
@@ -0,0 +1,16 @@
+/** @file
+ Include file to support building the third-party jansson library.
+
+ Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef REDFISH_CRT_MATH_H_
+#define REDFISH_CRT_MATH_H_
+
+#include <Library/RedfishCrtLib.h>
+
+#endif