summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa/include
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/include')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h23
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h2
2 files changed, 0 insertions, 25 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
index ead24536f5..2dfc2cc8df 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h
@@ -97,33 +97,10 @@ extern int use_print_buffer;
*/
#define BSP_LIBIO_MAX_FDS 20
-/*
- * Device Driver Table Entries
- */
-
-/*
- * When not doing printf to a buffer, we do printf thru RTEMS libio
- * and our tty driver. Set it up so that console is right.
- */
-
-#define CONSOLE_DRIVER_TABLE_ENTRY \
- { tty_initialize, tty_open, tty_close, tty_read, tty_write, tty_control }
-
-/*
- * NOTE: Use the standard Clock driver entry
- */
-
-/*
- * How many libio files we want
- */
-#define BSP_LIBIO_MAX_FDS 20
-
#define HPPA_INTERRUPT_EXTERNAL_MPCI HPPA_INTERRUPT_EXTERNAL_10
rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int);
-rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int);
-
void bsp_start( void );
void bsp_cleanup( void );
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
index 5b4e075578..b20878d99c 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
@@ -1,6 +1,4 @@
/*
- * @(#)ttydrv.h 1.1 - 95/06/02
- *
* $Id$
*/