summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/system.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
commit28352faecf8b000b71f734cd728f38aa212b9669 (patch)
treec8e773b36bf32ba725cc1548e515f2fa9f8ebe96 /cpukit/score/include/rtems/system.h
parentWhitespace removal. (diff)
downloadrtems-28352faecf8b000b71f734cd728f38aa212b9669.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/include/rtems/system.h')
-rw-r--r--cpukit/score/include/rtems/system.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index e807276d21..11dac214d7 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file rtems/system.h
*
* This include file contains information that is included in every
@@ -45,7 +45,7 @@ extern "C" {
#define SCORE_EXTERN extern
#endif
-/**
+/**
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
@@ -59,7 +59,7 @@ extern "C" {
#define SAPI_EXTERN extern
#endif
-/**
+/**
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
@@ -73,7 +73,7 @@ extern "C" {
#define RTEMS_EXTERN extern
#endif
-/**
+/**
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
@@ -87,7 +87,7 @@ extern "C" {
#define POSIX_EXTERN extern
#endif
-/**
+/**
* The following ensures that all data is declared in the space
* of the initialization routine for either the Initialization Manager
* or the initialization file for the appropriate API. It is
@@ -180,7 +180,7 @@ typedef void * proc_ptr;
#include <stdint.h>
#include <rtems/score/cpu.h> /* processor specific information */
-/**
+/**
* This macro is used to obtain the offset of a field in a structure.
*/
#define RTEMS_offsetof(type, field) \