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

* rtems/score/c4x.h: Add doxygen preamble.
	* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/cpu_asm.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
This commit is contained in:
Ralf Corsepius
2004-11-02 07:39:05 +00:00
parent 8549b6c060
commit 10f8664cc5
5 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/c4x.h: Add doxygen preamble.
* rtems/score/cpu.h: Add doxygen preamble.
* rtems/score/cpu_asm.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 @@
/* c4x.h
*
/**
* @file rtems/score/c4x.h
*/
/*
* This file is an example (i.e. "no CPU") of the file which is
* created for each CPU family port of RTEMS.
*

View File

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

View File

@@ -1,6 +1,8 @@
/**
* @file rtems/score/cpu_asm.h
*/
/*
* cpu_asm.h
*
* Very loose template for an include file for the cpu_asm.? file
* if it is implemented as a ".S" file (preprocessed by cpp) instead
* of a ".s" file (preprocessed by gm4 or gasp).

View File

@@ -1,5 +1,8 @@
/* c4xtypes.h
*
/**
* @file rtems/score/types.h
*/
/*
* This include file contains type definitions pertaining to the
* Texas Instruments C4x processor family.
*