source: rtems/c/src/lib/libcpu/sh/sh7750/include/iosh7750.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.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 *  Copyright assigned to U.S. Government, 1994.
23 *
24 *  The license and distribution terms for this file may be
25 *  found in the file LICENSE in this distribution or at
26 *  http://www.OARcorp.com/rtems/license.html.
27 *
28 *      Modified to reflect on-chip registers for sh7045 processor, based on
29 *      "Register.h" distributed with Hitachi's EVB7045F tutorials, and which
30 *  contained no copyright notice:
31 *      John M. Mills (jmills@tga.com)
32 *      TGA Technologies, Inc.
33 *  100 Pinnacle Way, Suite 140
34 *      Norcross, GA 30071 U.S.A.
35 *      August, 1999
36 *
37 *      This modified file may be copied and distributed in accordance
38 *      the above-referenced license. It is provided for critique and
39 *      developmental purposes without any warranty nor representation
40 *      by the authors or by TGA Technologies.
41 *
42 *  $Id$
43 */
44
45#ifndef __IOSH7750_H
46#define __IOSH7750_H
47
48#include "sh7750_regs.h"
49
50#endif
Note: See TracBrowser for help on using the repository browser.