source: rtems/c/src/lib/libcpu/sh/sh7750/include/iosh7750.h @ f08c3a86

4.104.114.84.95
Last change on this file since f08c3a86 was f08c3a86, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 21:00:22

2001-10-12 Joel Sherrill <joel@…>

  • clock/ckinit.c, include/iosh7750.h, include/ipl.h, include/ispsh7750.h, sci/console.c, sci/sh4uart.c, score/cpu_asm.c, score/ispsh7750.c, timer/timer.c: Fixed typo.
  • Property mode set to 100644
File size: 1.5 KB
Line 
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.OARcorp.com/rtems/license.html.
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 *  $Id$
42 */
43
44#ifndef __IOSH7750_H
45#define __IOSH7750_H
46
47#include "sh7750_regs.h"
48
49#endif
Note: See TracBrowser for help on using the repository browser.