summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/idtr.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-02 11:27:31 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-02 11:27:31 -0600
commitd9e0006dee876a691eb4846f6685d6eef03b64e5 (patch)
treeeb4cc966ba022a9ef65721f863c3108b8174d23a /cpukit/score/cpu/i386/rtems/score/idtr.h
parentsptests/spintrcritical16: Fix NULL pointer access (diff)
downloadrtems-d9e0006dee876a691eb4846f6685d6eef03b64e5.tar.bz2
score: Doxygen Clean Up Task #5
Diffstat (limited to 'cpukit/score/cpu/i386/rtems/score/idtr.h')
-rw-r--r--cpukit/score/cpu/i386/rtems/score/idtr.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/cpukit/score/cpu/i386/rtems/score/idtr.h b/cpukit/score/cpu/i386/rtems/score/idtr.h
index 401aebe2fa..8358fd5a16 100644
--- a/cpukit/score/cpu/i386/rtems/score/idtr.h
+++ b/cpukit/score/cpu/i386/rtems/score/idtr.h
@@ -1,19 +1,21 @@
/**
- * @file rtems/score/idtr.h
- */
-
-/*
+ * @file
+ *
+ * @brief Intel I386 Data Structures
+ *
* This file contains definitions for data structure related
* to Intel system programming. More information can be found
* on Intel site and more precisely in the following book :
*
- * Pentium Processor familly
- * Developper's Manual
+ * Pentium Processor familly
+ * Developper's Manual
*
- * Volume 3 : Architecture and Programming Manual
+ * Volume 3 : Architecture and Programming Manual
*
* Formerly contained in and extracted from libcpu/i386/cpu.h.
- *
+ */
+
+/*
* COPYRIGHT (C) 1998 Eric Valette (valette@crf.canon.fr)
* Canon Centre Recherche France.
*