summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseFdtLib/stdbool.h
diff options
context:
space:
mode:
authorBenny Lin <benny.lin@intel.com>2023-05-04 16:48:11 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-05-05 03:45:21 +0000
commit5d586606c7cf5fa4a086917329ca7618a788c064 (patch)
tree0cc623cc74e66879f814c5c6f5e76514aa4438a9 /MdePkg/Library/BaseFdtLib/stdbool.h
parent10416bf46e7e7b82472c3f1205572c6e628fcc01 (diff)
downloadedk2-5d586606c7cf5fa4a086917329ca7618a788c064.tar.gz
edk2-5d586606c7cf5fa4a086917329ca7618a788c064.tar.bz2
edk2-5d586606c7cf5fa4a086917329ca7618a788c064.zip
MdePkg: Support FDT library.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392 Add FDT support in EDK2 by submodule 3rd party libfdt (https://github.com/devicetree-org/pylibfdt/tree/main/libfdt) and refer to LibcLib implementation by Pedro. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Benny Lin <benny.lin@intel.com> Acked-by: Pedro Falcato <pedro.falcato@gmail.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseFdtLib/stdbool.h')
-rw-r--r--MdePkg/Library/BaseFdtLib/stdbool.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseFdtLib/stdbool.h b/MdePkg/Library/BaseFdtLib/stdbool.h
new file mode 100644
index 0000000000..f6cf8d5702
--- /dev/null
+++ b/MdePkg/Library/BaseFdtLib/stdbool.h
@@ -0,0 +1,10 @@
+/** @file
+ Include file to support building the third-party libfdt library.
+
+Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include <LibFdtSupport.h>
+