pcsx2/unfree/fps2bios/kernel/iopload/include/iopdebug.h
Gregory Hainaut 30866833ef mv fps2bios to unfree
Code are likely free but don't have any copyright header :(
2015-11-07 15:42:47 +01:00

11 lines
170 B
C

#ifndef __IOPDEBUG_H__
#define __IOPDEBUG_H__
#include <tamtypes.h>
void __putc(u8 c);
void __puts(u8 *s);
void __printf(char *fmt, ...);
#endif /* __IOPDEBUG_H__ */