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

* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/h8300.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
This commit is contained in:
Ralf Corsepius
2004-11-02 07:39:13 +00:00
parent 10f8664cc5
commit aa5049dbb8
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
* rtems/score/h8300.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,5 +1,8 @@
/* cpu.h
*
/**
* @file rtems/score/cpu.h
*/
/*
* This include file contains information pertaining to the H8300
* processor.
*

View File

@@ -1,5 +1,8 @@
/* h8300.h
*
/**
* @file rtems/score/h8300.h
*/
/*
* This file contains information pertaining to the Hitachi H8/300
* processor family.
*

View File

@@ -1,5 +1,8 @@
/* h8300types.h
*
/**
* @file rtems/score/types.h
*/
/*
* This include file contains type definitions pertaining to the Hitachi
* h8300 processor family.
*