From 8389628c1be0f40fb94c1d2859138a09616acf06 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Apr 1996 16:53:46 +0000 Subject: updates from Tony Bennett --- c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h') 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 ); -- cgit v1.2.3