summaryrefslogtreecommitdiff
path: root/include/stdint.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2019-05-22 12:58:58 -0400
committerTom Rini <[email protected]>2019-05-22 12:58:58 -0400
commit40920bdecc4e1b7096de6f546d7b5c2185554ba6 (patch)
treeaa3c93ff5606eaed9c93618c2691697b0da483cc /include/stdint.h
parent7e090b466c5ba874d31c1bf22c3a130d516cdc32 (diff)
parentee730a7cd2afe445e53e92b5c37396a5b118f7af (diff)
Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm
Various DM fixes Addition of ofnode_get_addr_size_index()
Diffstat (limited to 'include/stdint.h')
-rw-r--r--include/stdint.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/stdint.h b/include/stdint.h
new file mode 100644
index 00000000000..2e126d14bd9
--- /dev/null
+++ b/include/stdint.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Dummy file to allow libraries linked with U-Boot to include stdint.h without
+ * getting the system version.
+ *
+ * U-Boot uses linux types (linux/types.h) so does not make use of stdint.h
+ */