summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:53:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:53:52 +0000
commit61d330f56a99c5d75b45edac2b859f9d190336d5 (patch)
treeb547569be49e476537b039d4c18c43fe37a27cdb /cpukit/score/inline
parentNew header guards. (diff)
downloadrtems-61d330f56a99c5d75b45edac2b859f9d190336d5.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/score/inline')
-rw-r--r--cpukit/score/inline/rtems/score/address.inl4
-rw-r--r--cpukit/score/inline/rtems/score/chain.inl4
-rw-r--r--cpukit/score/inline/rtems/score/coremsg.inl4
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl4
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl4
-rw-r--r--cpukit/score/inline/rtems/score/heap.inl4
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl4
-rw-r--r--cpukit/score/inline/rtems/score/mppkt.inl4
-rw-r--r--cpukit/score/inline/rtems/score/object.inl4
-rw-r--r--cpukit/score/inline/rtems/score/objectmp.inl4
-rw-r--r--cpukit/score/inline/rtems/score/priority.inl4
-rw-r--r--cpukit/score/inline/rtems/score/stack.inl4
-rw-r--r--cpukit/score/inline/rtems/score/states.inl4
-rw-r--r--cpukit/score/inline/rtems/score/sysstate.inl4
-rw-r--r--cpukit/score/inline/rtems/score/thread.inl4
-rw-r--r--cpukit/score/inline/rtems/score/threadmp.inl4
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl4
-rw-r--r--cpukit/score/inline/rtems/score/tqdata.inl4
-rw-r--r--cpukit/score/inline/rtems/score/userext.inl4
-rw-r--r--cpukit/score/inline/rtems/score/watchdog.inl4
-rw-r--r--cpukit/score/inline/rtems/score/wkspace.inl4
21 files changed, 42 insertions, 42 deletions
diff --git a/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl
index 44079af2ea..e8e260910f 100644
--- a/cpukit/score/inline/rtems/score/address.inl
+++ b/cpukit/score/inline/rtems/score/address.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __INLINE_ADDRESSES_inl
-#define __INLINE_ADDRESSES_inl
+#ifndef _RTEMS_SCORE_ADDRESS_INL
+#define _RTEMS_SCORE_ADDRESS_INL
/**
* @addtogroup ScoreAddress
diff --git a/cpukit/score/inline/rtems/score/chain.inl b/cpukit/score/inline/rtems/score/chain.inl
index d366db2e8b..3a6f10e2e6 100644
--- a/cpukit/score/inline/rtems/score/chain.inl
+++ b/cpukit/score/inline/rtems/score/chain.inl
@@ -20,8 +20,8 @@
* $Id$
*/
-#ifndef __INLINE_CHAIN_inl
-#define __INLINE_CHAIN_inl
+#ifndef _RTEMS_SCORE_CHAIN_INL
+#define _RTEMS_SCORE_CHAIN_INL
/**
* @addtogroup ScoreChain
diff --git a/cpukit/score/inline/rtems/score/coremsg.inl b/cpukit/score/inline/rtems/score/coremsg.inl
index bc348ecce9..f78942283c 100644
--- a/cpukit/score/inline/rtems/score/coremsg.inl
+++ b/cpukit/score/inline/rtems/score/coremsg.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __CORE_MESSAGE_QUEUE_inl
-#define __CORE_MESSAGE_QUEUE_inl
+#ifndef _RTEMS_SCORE_COREMSG_INL
+#define _RTEMS_SCORE_COREMSG_INL
/**
* @addtogroup ScoreMessageQueue
diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl
index 9fc2cc88da..e186b197cd 100644
--- a/cpukit/score/inline/rtems/score/coremutex.inl
+++ b/cpukit/score/inline/rtems/score/coremutex.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __INLINE_CORE_MUTEX_inl
-#define __INLINE_CORE_MUTEX_inl
+#ifndef _RTEMS_SCORE_COREMUTEX_INL
+#define _RTEMS_SCORE_COREMUTEX_INL
/**
* @addtogroup ScoreMutex
diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl
index 4468a71ad3..944c73190b 100644
--- a/cpukit/score/inline/rtems/score/coresem.inl
+++ b/cpukit/score/inline/rtems/score/coresem.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __INLINE_CORE_SEMAPHORE_inl
-#define __INLINE_CORE_SEMAPHORE_inl
+#ifndef _RTEMS_SCORE_CORESEM_INL
+#define _RTEMS_SCORE_CORESEM_INL
/**
* @addtogroup ScoreSemaphore
diff --git a/cpukit/score/inline/rtems/score/heap.inl b/cpukit/score/inline/rtems/score/heap.inl
index 80df3590b7..645551e153 100644
--- a/cpukit/score/inline/rtems/score/heap.inl
+++ b/cpukit/score/inline/rtems/score/heap.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __HEAP_inl
-#define __HEAP_inl
+#ifndef _RTEMS_SCORE_HEAP_INL
+#define _RTEMS_SCORE_HEAP_INL
/**
* @addtogroup ScoreHeap
diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl
index 2918e953ed..74c0588619 100644
--- a/cpukit/score/inline/rtems/score/isr.inl
+++ b/cpukit/score/inline/rtems/score/isr.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __ISR_inl
-#define __ISR_inl
+#ifndef _RTEMS_SCORE_ISR_INL
+#define _RTEMS_SCORE_ISR_INL
/**
* @addtogroup ScoreISR
diff --git a/cpukit/score/inline/rtems/score/mppkt.inl b/cpukit/score/inline/rtems/score/mppkt.inl
index cee285b7c0..acb6d5d029 100644
--- a/cpukit/score/inline/rtems/score/mppkt.inl
+++ b/cpukit/score/inline/rtems/score/mppkt.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __INLINE_MP_PACKET_inl
-#define __INLINE_MP_PACKET_inl
+#ifndef _RTEMS_SCORE_MPPKT_INL
+#define _RTEMS_SCORE_MPPKT_INL
/**
* @addtogroup ScoreMPPacket
diff --git a/cpukit/score/inline/rtems/score/object.inl b/cpukit/score/inline/rtems/score/object.inl
index 61e98d9f43..ac6d873fc8 100644
--- a/cpukit/score/inline/rtems/score/object.inl
+++ b/cpukit/score/inline/rtems/score/object.inl
@@ -17,8 +17,8 @@
* $Id$
*/
-#ifndef __OBJECTS_inl
-#define __OBJECTS_inl
+#ifndef _RTEMS_SCORE_OBJECT_INL
+#define _RTEMS_SCORE_OBJECT_INL
/*PAGE
*
diff --git a/cpukit/score/inline/rtems/score/objectmp.inl b/cpukit/score/inline/rtems/score/objectmp.inl
index 11f843b192..ddcb4f4eb1 100644
--- a/cpukit/score/inline/rtems/score/objectmp.inl
+++ b/cpukit/score/inline/rtems/score/objectmp.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __INLINE_MP_OBJECTS_inl
-#define __INLINE_MP_OBJECTS_inl
+#ifndef _RTEMS_SCORE_OBJECTMP_INL
+#define _RTEMS_SCORE_OBJECTMP_INL
/**
* @addtogroup ScoreObjectMP
diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl
index 1a3901ad7b..1bc8ea5742 100644
--- a/cpukit/score/inline/rtems/score/priority.inl
+++ b/cpukit/score/inline/rtems/score/priority.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __PRIORITY_inl
-#define __PRIORITY_inl
+#ifndef _RTEMS_SCORE_PRIORITY_INL
+#define _RTEMS_SCORE_PRIORITY_INL
/**
* @addtogroup ScorePriority
diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl
index f9cf0334f3..83df22fd2a 100644
--- a/cpukit/score/inline/rtems/score/stack.inl
+++ b/cpukit/score/inline/rtems/score/stack.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __STACK_inl
-#define __STACK_inl
+#ifndef _RTEMS_SCORE_STACK_INL
+#define _RTEMS_SCORE_STACK_INL
/**
* @addtogroup ScoreStack
diff --git a/cpukit/score/inline/rtems/score/states.inl b/cpukit/score/inline/rtems/score/states.inl
index 34eab68dcd..7eaaa1a841 100644
--- a/cpukit/score/inline/rtems/score/states.inl
+++ b/cpukit/score/inline/rtems/score/states.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __STATES_inl
-#define __STATES_inl
+#ifndef _RTEMS_SCORE_STATES_INL
+#define _RTEMS_SCORE_STATES_INL
/**
* @addtogroup ScoreStates
diff --git a/cpukit/score/inline/rtems/score/sysstate.inl b/cpukit/score/inline/rtems/score/sysstate.inl
index 7325b5bbad..a786c40476 100644
--- a/cpukit/score/inline/rtems/score/sysstate.inl
+++ b/cpukit/score/inline/rtems/score/sysstate.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __SYSTEM_STATE_inl
-#define __SYSTEM_STATE_inl
+#ifndef _RTEMS_SCORE_SYSSTATE_INL
+#define _RTEMS_SCORE_SYSSTATE_INL
/**
* @addtogroup ScoreSysState
diff --git a/cpukit/score/inline/rtems/score/thread.inl b/cpukit/score/inline/rtems/score/thread.inl
index c7ce2c6c18..0ac5887588 100644
--- a/cpukit/score/inline/rtems/score/thread.inl
+++ b/cpukit/score/inline/rtems/score/thread.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __THREAD_inl
-#define __THREAD_inl
+#ifndef _RTEMS_SCORE_THREAD_INL
+#define _RTEMS_SCORE_THREAD_INL
/**
* @addtogroup ScoreThread
diff --git a/cpukit/score/inline/rtems/score/threadmp.inl b/cpukit/score/inline/rtems/score/threadmp.inl
index 204524f2ab..40c911fe29 100644
--- a/cpukit/score/inline/rtems/score/threadmp.inl
+++ b/cpukit/score/inline/rtems/score/threadmp.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __INLINE_MP_THREAD_inl
-#define __INLINE_MP_THREAD_inl
+#ifndef _RTEMS_SCORE_THREADMP_INL
+#define _RTEMS_SCORE_THREADMP_INL
/**
* @addtogroup ScoreThreadMP
diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index ae4ec3af3d..428989b0f7 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __TIME_OF_DAY_inl
-#define __TIME_OF_DAY_inl
+#ifndef _RTEMS_SCORE_TOD_INL
+#define _RTEMS_SCORE_TOD_INL
/**
* @addtogroup ScoreTOD
diff --git a/cpukit/score/inline/rtems/score/tqdata.inl b/cpukit/score/inline/rtems/score/tqdata.inl
index e1e06e7f07..c7f878baea 100644
--- a/cpukit/score/inline/rtems/score/tqdata.inl
+++ b/cpukit/score/inline/rtems/score/tqdata.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __THREAD_QUEUE_inl
-#define __THREAD_QUEUE_inl
+#ifndef _RTEMS_SCORE_TQDATA_INL
+#define _RTEMS_SCORE_TQDATA_INL
/**
* @addtogroup ScoreThreadQ
diff --git a/cpukit/score/inline/rtems/score/userext.inl b/cpukit/score/inline/rtems/score/userext.inl
index d89f12ab1a..6dd5cb6fff 100644
--- a/cpukit/score/inline/rtems/score/userext.inl
+++ b/cpukit/score/inline/rtems/score/userext.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __USER_EXTENSIONS_inl
-#define __USER_EXTENSIONS_inl
+#ifndef _RTEMS_SCORE_USEREXT_INL
+#define _RTEMS_SCORE_USEREXT_INL
#include <rtems/score/wkspace.h>
diff --git a/cpukit/score/inline/rtems/score/watchdog.inl b/cpukit/score/inline/rtems/score/watchdog.inl
index f8ed613085..436d902c4b 100644
--- a/cpukit/score/inline/rtems/score/watchdog.inl
+++ b/cpukit/score/inline/rtems/score/watchdog.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __WATCHDOG_inl
-#define __WATCHDOG_inl
+#ifndef _RTEMS_SCORE_WATCHDOG_INL
+#define _RTEMS_SCORE_WATCHDOG_INL
/**
* @addtogroup ScoreWatchdog
diff --git a/cpukit/score/inline/rtems/score/wkspace.inl b/cpukit/score/inline/rtems/score/wkspace.inl
index 29f49b899f..736bb17712 100644
--- a/cpukit/score/inline/rtems/score/wkspace.inl
+++ b/cpukit/score/inline/rtems/score/wkspace.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __WORKSPACE_inl
-#define __WORKSPACE_inl
+#ifndef _RTEMS_SCORE_WKSPACE_INL
+#define _RTEMS_SCORE_WKSPACE_INL
/**
* @addtogroup ScoreWorkspace