xref: /rk3399_rockchip-uboot/tools/gdb/error.h (revision 865f3f5641d63ca516e0a1e9317716cc30372594)
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