2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>

* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/sh.h: Add doxygen preamble.
	* rtems/score/sh_io.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
This commit is contained in:
Ralf Corsepius
2004-11-02 07:40:06 +00:00
parent d5607c5a93
commit eeb3a99a64
5 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
* rtems/score/sh.h: Add doxygen preamble.
* rtems/score/sh_io.h: Add doxygen preamble.
* rtems/score/types.h: Add doxygen preamble.
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: i960 obsoleted and all references removed.

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/cpu.h
*/
/*
* This include file contains information pertaining to the Hitachi SH
* processor.

View File

@@ -1,5 +1,8 @@
/* sh.h
*
/**
* @file rtems/score/sh.h
*/
/*
* This include file contains information pertaining to the Hitachi SH
* processor.
*

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/sh_io.h
*/
/*
* These are some macros to access memory mapped devices
* on the SH7000-architecture.

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/types.h
*/
/*
* This include file contains information pertaining to the Hitachi SH
* processor.