[omap5912] use the cbuf to do proper blocking getc
diff --git a/platform/omap5912/platform_p.h b/platform/omap5912/platform_p.h
index 872ea2b..c3c3349 100644
--- a/platform/omap5912/platform_p.h
+++ b/platform/omap5912/platform_p.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008 Travis Geiselbrecht
+ * Copyright (c) 2008-2009 Travis Geiselbrecht
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files
@@ -25,6 +25,7 @@
 
 void platform_init_interrupts(void);
 void platform_init_timer(void);
+void platform_init_debug(void);
 
 #endif