xref: /rk3399_rockchip-uboot/tools/gdb/error.h (revision 55978deb0c78baeb73f07e3dff0b6e5cfe833e35)
1 #include <stdarg.h>
2 
3 extern char *pname;
4 
5 extern void Warning(char *, ...);
6 extern void Error(char *, ...);
7 extern void Perror(char *, ...);
8