Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:01

0001 /*
0002  *  This include file contains information pertaining to the Hitachi
0003  *  SH7750 processor.
0004  *
0005  *  Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
0006  *  Author: Victor V. Vengerov <vvv@oktet.ru>
0007  *
0008  *  Based on work of:
0009  *  Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
0010  *           Bernd Becker (becker@faw.uni-ulm.de)
0011  *
0012  *  COPYRIGHT (c) 1997-1998, FAW Ulm, Germany
0013  *
0014  *  This program is distributed in the hope that it will be useful,
0015  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
0017  *
0018  *
0019  *  COPYRIGHT (c) 1998.
0020  *  On-Line Applications Research Corporation (OAR).
0021  *
0022  *  The license and distribution terms for this file may be
0023  *  found in the file LICENSE in this distribution or at
0024  *  http://www.rtems.org/license/LICENSE.
0025  *
0026  *  Modified to reflect isp entries for sh7045 processor:
0027  *  John M. Mills (jmills@tga.com)
0028  *  TGA Technologies, Inc.
0029  *  100 Pinnacle Way, Suite 140
0030  *  Norcross, GA 30071 U.S.A.
0031  *
0032  *
0033  *  This modified file may be copied and distributed in accordance
0034  *  the above-referenced license. It is provided for critique and
0035  *  developmental purposes without any warranty nor representation
0036  *  by the authors or by TGA Technologies.
0037  */
0038 
0039 #ifndef __CPU_ISPS_H
0040 #define __CPU_ISPS_H
0041 
0042 #ifdef __cplusplus
0043 extern "C" {
0044 #endif
0045 
0046 /* dummy ISP */
0047 extern void _dummy_isp( void );
0048 
0049 extern void __ISR_Handler( uint32_t   vector );
0050 
0051 /* This variable contains VBR value used to pass control when debug, error
0052  * or virtual memory exceptions occured.
0053  */
0054 extern void *_VBR_Saved;
0055 
0056 #ifdef __cplusplus
0057 }
0058 #endif
0059 
0060 #endif