]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - tools/gdb/error.h
mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.
[karo-tx-uboot.git] / tools / gdb / error.h
1 /*
2  * (C) Copyright 2000
3  * Murray Jensen <Murray.Jensen@csiro.au>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <stdarg.h>
9
10 extern char *pname;
11
12 extern void Warning(char *, ...);
13 extern void Error(char *, ...);
14 extern void Perror(char *, ...);