mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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