summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-02-06 09:59:13 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:22 +0200
commit7a03ac296299fea1759432ba4a283bc608d4d449 (patch)
treea1f4b6824a0c41f391958bae9c1a17ea903ad624 /c/src/lib/libbsp/sparc/shared/include
parentGR-RASTA-SPW-ROUTER: fix build warnings (diff)
downloadrtems-7a03ac296299fea1759432ba4a283bc608d4d449.tar.bz2
APBUART_CONS: fix build warning
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/include')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/apbuart_cons.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/apbuart_cons.h b/c/src/lib/libbsp/sparc/shared/include/apbuart_cons.h
new file mode 100644
index 0000000000..7aed0a4576
--- /dev/null
+++ b/c/src/lib/libbsp/sparc/shared/include/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.com/license/LICENSE.
+ */
+
+#ifndef __APBUART_CONS_H__
+#define __APBUART_CONS_H__
+
+void apbuart_cons_register_drv (void);
+
+#endif