summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/include/bsp/apbuart_cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/include/bsp/apbuart_cons.h')
-rw-r--r--bsps/sparc/include/bsp/apbuart_cons.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bsps/sparc/include/bsp/apbuart_cons.h b/bsps/sparc/include/bsp/apbuart_cons.h
new file mode 100644
index 0000000000..d0ac9244af
--- /dev/null
+++ b/bsps/sparc/include/bsp/apbuart_cons.h
@@ -0,0 +1,16 @@
+/* APBUART Console driver interface
+ *
+ * COPYRIGHT (c) 2015.
+ * Cobham Gaisler.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef __APBUART_CONS_H__
+#define __APBUART_CONS_H__
+
+void apbuart_cons_register_drv (void);
+
+#endif