summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/include/leon.h
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2014-07-01 15:09:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-07-09 12:07:49 +0200
commit8448a4defcd2f41328628468c4f96547f98beb43 (patch)
treef78b256e24ec5480c0efc1639f3ce79539660937 /c/src/lib/libbsp/sparc/leon3/include/leon.h
parentbsps/sparc: Add and use shared APBUART console (diff)
downloadrtems-8448a4defcd2f41328628468c4f96547f98beb43.tar.bz2
bsps/sparc: Move APBUART printk support
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/include/leon.h')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/include/leon.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/include/leon.h b/c/src/lib/libbsp/sparc/leon3/include/leon.h
index d7048f3c23..1fc4e28e40 100644
--- a/c/src/lib/libbsp/sparc/leon3/include/leon.h
+++ b/c/src/lib/libbsp/sparc/leon3/include/leon.h
@@ -278,25 +278,6 @@ extern int syscon_uart_index;
*/
extern int debug_uart_index;
-/*
- * apbuart_outbyte_polled
- *
- * This routine transmits a character using polling.
- */
-void apbuart_outbyte_polled(
- struct apbuart_regs *regs,
- unsigned char ch,
- int do_cr_on_newline,
- int wait_sent
-);
-
-/*
- * apbuart_inbyte_nonblocking
- *
- * This routine polls for a character.
- */
-int apbuart_inbyte_nonblocking(struct apbuart_regs *regs);
-
void leon3_cpu_counter_initialize(void);
/* GRLIB extended IRQ controller register */