mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* cpu.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/score/cpu.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains information pertaining to the Intel
|
||||
* i386 processor.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* i386.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/score/i386.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains information pertaining to the Intel
|
||||
* i386 processor.
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @file rtems/score/interrupts.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* i386 interrupt macros.
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* i386types.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/score/types.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains type definitions pertaining to the Intel
|
||||
* i386 processor family.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user