From 698517be481301b4525c29873134a67b8343af3c Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 9 Dec 2010 18:56:03 +0200 Subject: pull in more code from PicoDrive --- frontend/common/lprintf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 frontend/common/lprintf.h (limited to 'frontend/common/lprintf.h') diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h new file mode 100644 index 0000000..48b8d57 --- /dev/null +++ b/frontend/common/lprintf.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" { +#endif + +extern void lprintf(const char *fmt, ...); + +#ifdef __cplusplus +} +#endif + -- cgit v1.2.3