bmips: add new target
[openwrt/openwrt.git] / target / linux / bmips / image / lzma-loader / src / printf.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Copyright (C) 2001 MontaVista Software Inc.
4 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
5 */
6
7 #ifndef _printf_h_
8 #define _printf_h_
9
10 #include <stdarg.h>
11 void printf(char *fmt, ...);
12
13 #endif /* _printf_h_ */