source: rtems/c/src/lib/libcpu/sh/sh7750/include/ispsh7750.h @ 59e73f37

4.104.114.84.95
Last change on this file since 59e73f37 was ba71076, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 13:19:08

2001-10-11 Alexandra Kossovsky <sasha@…>

  • clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am, include/Makefile.am, include/iosh7750.h, include/ipl.h, include/ispsh7750.h, include/sh4_regs.h, include/sh4uart.h, include/sh7750_regs.h, include/.cvsignore, sci/Makefile.am, sci/console.c, sci/sh4uart.c, sci/.cvsignore, score/Makefile.am, score/cpu_asm.c, score/ispsh7750.c, score/.cvsignore, timer/Makefile.am, timer/timer.c, timer/.cvsignore, configure.ac, .cvsignore, ChangeLog?: New files. Reviewed and updated to latest automake and autoconf standards by Ralf Corsepius <corsepiu@…>.
  • Property mode set to 100644
File size: 1.7 KB
Line 
1/*
2 *  This include file contains information pertaining to the Hitachi
3 *  SH7750 processor.
4 *
5 *  Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
6 *  Author: Victor V. Vengerov <vvv@oktet.ru>
7 *
8 *  Based on work of:
9 *  Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
10 *           Bernd Becker (becker@faw.uni-ulm.de)
11 *
12 *  COPYRIGHT (c) 1997-1998, FAW Ulm, Germany
13 *
14 *  This program is distributed in the hope that it will be useful,
15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 *
18 *
19 *  COPYRIGHT (c) 1998.
20 *  On-Line Applications Research Corporation (OAR).
21 *  Copyright assigned to U.S. Government, 1994.
22 *
23 *  The license and distribution terms for this file may be
24 *  found in the file LICENSE in this distribution or at
25 *  http://www.OARcorp.com/rtems/license.html.
26 *
27 *  Modified to reflect isp entries for sh7045 processor:
28 *  John M. Mills (jmills@tga.com)
29 *  TGA Technologies, Inc.
30 *  100 Pinnacle Way, Suite 140
31 *  Norcross, GA 30071 U.S.A.
32 * 
33 *
34 *  This modified file may be copied and distributed in accordance
35 *  the above-referenced license. It is provided for critique and
36 *  developmental purposes without any warranty nor representation
37 *  by the authors or by TGA Technologies.
38 *
39 *  $Id$
40 */
41
42#ifndef __CPU_ISPS_H
43#define __CPU_ISPS_H
44
45#ifdef __cplusplus
46extern "C" {
47#endif
48
49#include <rtems/score/shtypes.h>
50
51/* dummy ISP */
52extern void _dummy_isp( void );
53
54extern void __ISR_Handler( unsigned32 vector );
55
56/* This variable contains VBR value used to pass control when debug, error
57 * or virtual memory exceptions occured.
58 */
59extern void *_VBR_Saved;
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif
Note: See TracBrowser for help on using the repository browser.