From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c') diff --git a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c index e36f5e2ea4..d5b7ace66c 100644 --- a/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c +++ b/c/src/lib/libbsp/i386/shared/comm/i386-stub-glue.c @@ -14,7 +14,6 @@ #include #include - int putDebugChar(int ch); /* write a single character */ int getDebugChar(void); /* read and return a single char */ @@ -55,7 +54,6 @@ int BSP_uart_isOn(const rtems_raw_irq_connect_data* used) return BSP_irq_enabled_at_i8259s(used->idtIndex - BSP_IRQ_VECTOR_BASE); } - /* * In order to have a possibility to break into * running program, one has to call this function @@ -115,7 +113,6 @@ void i386_stub_glue_init_breakin(void) return; } - int putDebugChar(int ch) { -- cgit v1.2.3