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

* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/powerpc.h: Add doxygen preamble.
	* rtems/score/ppc.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
This commit is contained in:
Ralf Corsepius
2004-11-02 07:39:59 +00:00
parent 8ad91ff435
commit d5607c5a93
6 changed files with 30 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
/* powerpc.h /**
* * @file rtems/score/powerpc.h
*/
/*
* This file contains definitions for the IBM/Motorola PowerPC * This file contains definitions for the IBM/Motorola PowerPC
* family members. * family members.
* *

View File

@@ -1,3 +1,10 @@
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
* rtems/score/powerpc.h: Add doxygen preamble.
* rtems/score/ppc.h: Add doxygen preamble.
* rtems/score/types.h: Add doxygen preamble.
2004-10-20 Eric Norum <norume@aps.anl.gov 2004-10-20 Eric Norum <norume@aps.anl.gov
Add Kate Feng's MVME5500 BSP Add Kate Feng's MVME5500 BSP

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/cpu.h
*/
/* /*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,8 @@
/* powerpc.h /**
* * @file rtems/score/powerpc.h
*/
/*
* This file contains definitions for the IBM/Motorola PowerPC * This file contains definitions for the IBM/Motorola PowerPC
* family members. * family members.
* *

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/ppc.h
*/
/* /*
* The license and distribution terms for this file may in * The license and distribution terms for this file may in
* the file LICENSE in this distribution or at * the file LICENSE in this distribution or at

View File

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