mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Initial revision
This commit is contained in:
7
tools/gdb/error.h
Normal file
7
tools/gdb/error.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
extern char *pname;
|
||||
|
||||
extern void Warning(char *, ...);
|
||||
extern void Error(char *, ...);
|
||||
extern void Perror(char *, ...);
|
Reference in New Issue
Block a user