RTEMS  5.1
iosh7750.h
1 /*
2  * This include file contains information pertaining to the Hitachi SH
3  * processor.
4  *
5  * NOTE: NOT ALL VALUES HAVE BEEN CHECKED !!
6  *
7  * Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
8  * Bernd Becker (becker@faw.uni-ulm.de)
9  *
10  * Based on "iosh7030.h" distributed with Hitachi's EVB's tutorials, which
11  * contained no copyright notice.
12  *
13  * COPYRIGHT (c) 1997-1998, FAW Ulm, Germany
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  *
19  *
20  * COPYRIGHT (c) 1998.
21  * On-Line Applications Research Corporation (OAR).
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.rtems.org/license/LICENSE.
26  *
27  * Modified to reflect on-chip registers for sh7045 processor, based on
28  * "Register.h" distributed with Hitachi's EVB7045F tutorials, and which
29  * contained no copyright notice:
30  * John M. Mills (jmills@tga.com)
31  * TGA Technologies, Inc.
32  * 100 Pinnacle Way, Suite 140
33  * Norcross, GA 30071 U.S.A.
34  * August, 1999
35  *
36  * This modified file may be copied and distributed in accordance
37  * the above-referenced license. It is provided for critique and
38  * developmental purposes without any warranty nor representation
39  * by the authors or by TGA Technologies.
40  */
41 
42 #ifndef __IOSH7750_H
43 #define __IOSH7750_H
44 
45 #include <rtems/score/sh7750_regs.h>
46 
47 #endif