From a618be2a69a347128a4e29c879abf4a913421f52 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Wed, 5 Apr 2017 21:39:01 +0200 Subject: Add kolibrios/ dir : Step 1 towards porting this to Kolibri OS --- frontends/kolibrios/kolibri_debug.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontends/kolibrios/kolibri_debug.h (limited to 'frontends/kolibrios/kolibri_debug.h') diff --git a/frontends/kolibrios/kolibri_debug.h b/frontends/kolibrios/kolibri_debug.h new file mode 100644 index 000000000..a6dc61ed4 --- /dev/null +++ b/frontends/kolibrios/kolibri_debug.h @@ -0,0 +1,11 @@ +#ifndef KOLIBRI_DEBUG_H +#define KOLIBRI_DEBUG_H + +/* Write a printf() like function (variable argument list) for + writing to debug board */ + +void debug_board_write_byte(const char ch); +void debug_board_write_str(const char* str); +void debug_board_printf(const char *format, ...); + +#endif /* KOLIBRI_DEBUG_H */ -- cgit v1.2.3