summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/lzma-loader/src/printf.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-25 19:03:13 +0000
committerJohn Crispin <john@openwrt.org>2013-04-25 19:03:13 +0000
commit46306c2e470063be7497c701511626791eccd6c0 (patch)
tree3b960af63722f03d519d042758fb1f2672cf5a0e /target/linux/lantiq/image/lzma-loader/src/printf.h
parentfd79eb4e7c04b03d0301120c04311e54995e8d24 (diff)
downloadmaster-31e0f0ae-46306c2e470063be7497c701511626791eccd6c0.tar.gz
master-31e0f0ae-46306c2e470063be7497c701511626791eccd6c0.tar.bz2
master-31e0f0ae-46306c2e470063be7497c701511626791eccd6c0.zip
lantiq: add lzma-loader source
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36438
Diffstat (limited to 'target/linux/lantiq/image/lzma-loader/src/printf.h')
-rw-r--r--target/linux/lantiq/image/lzma-loader/src/printf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/lzma-loader/src/printf.h b/target/linux/lantiq/image/lzma-loader/src/printf.h
new file mode 100644
index 0000000000..9b1c1df232
--- /dev/null
+++ b/target/linux/lantiq/image/lzma-loader/src/printf.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2001 MontaVista Software Inc.
+ * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ */
+
+#ifndef _printf_h_
+#define _printf_h_
+
+#include <stdarg.h>
+void printf(char *fmt, ...);
+
+#endif /* _printf_h_ */