From 7ae512513f37ccce1d5beeb4807b5b4b765025d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 16 Aug 2001 21:08:28 +0000 Subject: 2001-08-10 Radzislaw Galler * score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector number range check and handling of interrupt priority regs to conform SH2 specs. * sci/sci_termios.c: New file. * include/sci_termios.h: New file. * include/Makefile.am (EXTRA_DIST): Added sci_termios.h. (include_sh_HEADERS): Added sci_termios.h. * score/ispsh7045.c (isp): Calling an ISR with immediate argument casued negative sign extension for vector numbers of 128 and above. This was fixed. * sci/sci.c: Cleaned initialization of SCI registers; added necessary setup for new TERMIOS console cooperation --- c/src/lib/libcpu/sh/sh7045/include/sci.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/lib/libcpu/sh/sh7045/include/sci.h') diff --git a/c/src/lib/libcpu/sh/sh7045/include/sci.h b/c/src/lib/libcpu/sh/sh7045/include/sci.h index e9c133fd32..e4160f9ca6 100644 --- a/c/src/lib/libcpu/sh/sh7045/include/sci.h +++ b/c/src/lib/libcpu/sh/sh7045/include/sci.h @@ -25,6 +25,8 @@ #ifndef _sh_sci_h #define _sh_sci_h +#include + #ifdef __cplusplus extern "C" { #endif @@ -77,6 +79,11 @@ extern rtems_device_driver sh_sci_control( rtems_device_minor_number, void * ); + +extern const rtems_termios_callbacks * sh_sci_get_termios_handlers( + rtems_boolean poll +); + #ifdef __cplusplus } -- cgit v1.2.3