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

* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/i386.h: Add doxygen preamble.
	* rtems/score/idtr.h: Add doxygen preamble.
	* rtems/score/interrupts.h: Add doxygen preamble.
	* rtems/score/registers.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
This commit is contained in:
Ralf Corsepius
2004-11-02 07:39:19 +00:00
parent aa5049dbb8
commit 6d6891ea81
7 changed files with 37 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
* rtems/score/i386.h: Add doxygen preamble.
* rtems/score/idtr.h: Add doxygen preamble.
* rtems/score/interrupts.h: Add doxygen preamble.
* rtems/score/registers.h: Add doxygen preamble.
* rtems/score/types.h: Add doxygen preamble.
2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API

View File

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

View File

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

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/idtr.h
*/
/*
* This file contains definitions for data structure related
* to Intel system programming. More information can be found

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/score/interrupts.h
*/
/*
* i386 interrupt macros.
*

View File

@@ -1,5 +1,8 @@
/* registers.h
*
/**
* @file rtems/score/registers.h
*/
/*
* This file contains definition and constants related to Intel Cpu
*
* COPYRIGHT (c) 1998 valette@crf.canon.fr

View File

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