summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--cpukit/score/macros/rtems/score/address.inl4
-rw-r--r--cpukit/score/macros/rtems/score/chain.inl4
-rw-r--r--cpukit/score/macros/rtems/score/coremsg.inl4
-rw-r--r--cpukit/score/macros/rtems/score/coremutex.inl4
-rw-r--r--cpukit/score/macros/rtems/score/coresem.inl4
-rw-r--r--cpukit/score/macros/rtems/score/heap.inl4
-rw-r--r--cpukit/score/macros/rtems/score/isr.inl4
-rw-r--r--cpukit/score/macros/rtems/score/mppkt.inl4
-rw-r--r--cpukit/score/macros/rtems/score/object.inl4
-rw-r--r--cpukit/score/macros/rtems/score/objectmp.inl4
-rw-r--r--cpukit/score/macros/rtems/score/priority.inl4
-rw-r--r--cpukit/score/macros/rtems/score/stack.inl4
-rw-r--r--cpukit/score/macros/rtems/score/states.inl4
-rw-r--r--cpukit/score/macros/rtems/score/sysstate.inl4
-rw-r--r--cpukit/score/macros/rtems/score/thread.inl4
-rw-r--r--cpukit/score/macros/rtems/score/threadmp.inl4
-rw-r--r--cpukit/score/macros/rtems/score/tod.inl4
-rw-r--r--cpukit/score/macros/rtems/score/tqdata.inl4
-rw-r--r--cpukit/score/macros/rtems/score/userext.inl4
-rw-r--r--cpukit/score/macros/rtems/score/watchdog.inl4
-rw-r--r--cpukit/score/macros/rtems/score/wkspace.inl4
42 files changed, 84 insertions, 84 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
diff --git a/cpukit/score/macros/rtems/score/address.inl b/cpukit/score/macros/rtems/score/address.inl
index 77d2d576c2..3797e8906d 100644
--- a/cpukit/score/macros/rtems/score/address.inl
+++ b/cpukit/score/macros/rtems/score/address.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_ADDRESSES_h
-#define __MACROS_ADDRESSES_h
+#ifndef _RTEMS_SCORE_ADDRESS_INL
+#define _RTEMS_SCORE_ADDRESS_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/chain.inl b/cpukit/score/macros/rtems/score/chain.inl
index 1694130464..a11a25b671 100644
--- a/cpukit/score/macros/rtems/score/chain.inl
+++ b/cpukit/score/macros/rtems/score/chain.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_CHAIN_h
-#define __MACROS_CHAIN_h
+#ifndef _RTEMS_SCORE_CHAIN_INL
+#define _RTEMS_SCORE_CHAIN_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/coremsg.inl b/cpukit/score/macros/rtems/score/coremsg.inl
index 488d06904b..5befe419a9 100644
--- a/cpukit/score/macros/rtems/score/coremsg.inl
+++ b/cpukit/score/macros/rtems/score/coremsg.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __CORE_MESSAGE_QUEUE_inl
-#define __CORE_MESSAGE_QUEUE_inl
+#ifndef _RTEMS_SCORE_COREMSG_INL
+#define _RTEMS_SCORE_COREMSG_INL
#include <string.h> /* for memcpy */
diff --git a/cpukit/score/macros/rtems/score/coremutex.inl b/cpukit/score/macros/rtems/score/coremutex.inl
index ef020d81c5..e0620d337a 100644
--- a/cpukit/score/macros/rtems/score/coremutex.inl
+++ b/cpukit/score/macros/rtems/score/coremutex.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_CORE_MUTEX_h
-#define __MACROS_CORE_MUTEX_h
+#ifndef _RTEMS_SCORE_COREMUTEX_INL
+#define _RTEMS_SCORE_COREMUTEX_INL
/*PAGE
diff --git a/cpukit/score/macros/rtems/score/coresem.inl b/cpukit/score/macros/rtems/score/coresem.inl
index 6afb95ff12..51e5949004 100644
--- a/cpukit/score/macros/rtems/score/coresem.inl
+++ b/cpukit/score/macros/rtems/score/coresem.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_CORE_SEMAPHORE_h
-#define __MACROS_CORE_SEMAPHORE_h
+#ifndef _RTEMS_SCORE_CORESEM_INL
+#define _RTEMS_SCORE_CORESEM_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/heap.inl b/cpukit/score/macros/rtems/score/heap.inl
index fc75ee0657..a7a7a11a44 100644
--- a/cpukit/score/macros/rtems/score/heap.inl
+++ b/cpukit/score/macros/rtems/score/heap.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __HEAP_inl
-#define __HEAP_inl
+#ifndef _RTEMS_SCORE_HEAP_INL
+#define _RTEMS_SCORE_HEAP_INL
/*
* WARNING: this file is only visually checked against
diff --git a/cpukit/score/macros/rtems/score/isr.inl b/cpukit/score/macros/rtems/score/isr.inl
index 7ffb9cc210..a193a88d75 100644
--- a/cpukit/score/macros/rtems/score/isr.inl
+++ b/cpukit/score/macros/rtems/score/isr.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __ISR_inl
-#define __ISR_inl
+#ifndef _RTEMS_SCORE_ISR_INL
+#define _RTEMS_SCORE_ISR_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/mppkt.inl b/cpukit/score/macros/rtems/score/mppkt.inl
index 155a48e775..fcb423138b 100644
--- a/cpukit/score/macros/rtems/score/mppkt.inl
+++ b/cpukit/score/macros/rtems/score/mppkt.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_MP_PACKET_h
-#define __MACROS_MP_PACKET_h
+#ifndef _RTEMS_SCORE_MPPKT_INL
+#define _RTEMS_SCORE_MPPKT_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/object.inl b/cpukit/score/macros/rtems/score/object.inl
index 765b27354b..69c8a0a2bf 100644
--- a/cpukit/score/macros/rtems/score/object.inl
+++ b/cpukit/score/macros/rtems/score/object.inl
@@ -16,8 +16,8 @@
* $Id$
*/
-#ifndef __OBJECTS_inl
-#define __OBJECTS_inl
+#ifndef _RTEMS_SCORE_OBJECT_INL
+#define _RTEMS_SCORE_OBJECT_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/objectmp.inl b/cpukit/score/macros/rtems/score/objectmp.inl
index c8952b4f2d..008eebfc7a 100644
--- a/cpukit/score/macros/rtems/score/objectmp.inl
+++ b/cpukit/score/macros/rtems/score/objectmp.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_MP_OBJECTS_inl
-#define __MACROS_MP_OBJECTS_inl
+#ifndef _RTEMS_SCORE_OBJECTMP_INL
+#define _RTEMS_SCORE_OBJECTMP_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/priority.inl b/cpukit/score/macros/rtems/score/priority.inl
index 057f36ea65..a46d6d4ab0 100644
--- a/cpukit/score/macros/rtems/score/priority.inl
+++ b/cpukit/score/macros/rtems/score/priority.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __PRIORITY_inl
-#define __PRIORITY_inl
+#ifndef _RTEMS_SCORE_PRIORITY_INL
+#define _RTEMS_SCORE_PRIORITY_INL
#include <rtems/score/bitfield.h>
diff --git a/cpukit/score/macros/rtems/score/stack.inl b/cpukit/score/macros/rtems/score/stack.inl
index 3b3deb6bbf..48d63bd861 100644
--- a/cpukit/score/macros/rtems/score/stack.inl
+++ b/cpukit/score/macros/rtems/score/stack.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __STACK_inl
-#define __STACK_inl
+#ifndef _RTEMS_SCORE_STACK_INL
+#define _RTEMS_SCORE_STACK_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/states.inl b/cpukit/score/macros/rtems/score/states.inl
index 545271dc79..32ab000d24 100644
--- a/cpukit/score/macros/rtems/score/states.inl
+++ b/cpukit/score/macros/rtems/score/states.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __STATES_inl
-#define __STATES_inl
+#ifndef _RTEMS_SCORE_STATES_INL
+#define _RTEMS_SCORE_STATES_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/sysstate.inl b/cpukit/score/macros/rtems/score/sysstate.inl
index b19bf67386..618bbaf976 100644
--- a/cpukit/score/macros/rtems/score/sysstate.inl
+++ b/cpukit/score/macros/rtems/score/sysstate.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __SYSTEM_STATE_inl
-#define __SYSTEM_STATE_inl
+#ifndef _RTEMS_SCORE_SYSSTATE_INL
+#define _RTEMS_SCORE_SYSSTATE_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/thread.inl b/cpukit/score/macros/rtems/score/thread.inl
index 090552e845..b5b94799c8 100644
--- a/cpukit/score/macros/rtems/score/thread.inl
+++ b/cpukit/score/macros/rtems/score/thread.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __THREAD_inl
-#define __THREAD_inl
+#ifndef _RTEMS_SCORE_THREAD_INL
+#define _RTEMS_SCORE_THREAD_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/threadmp.inl b/cpukit/score/macros/rtems/score/threadmp.inl
index c78789e255..e9127b6733 100644
--- a/cpukit/score/macros/rtems/score/threadmp.inl
+++ b/cpukit/score/macros/rtems/score/threadmp.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __MACROS_MP_THREAD_h
-#define __MACROS_MP_THREAD_h
+#ifndef _RTEMS_SCORE_THREADMP_INL
+#define _RTEMS_SCORE_THREADMP_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/tod.inl b/cpukit/score/macros/rtems/score/tod.inl
index 850a53acb9..00e5a249f0 100644
--- a/cpukit/score/macros/rtems/score/tod.inl
+++ b/cpukit/score/macros/rtems/score/tod.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __TIME_OF_DAY_inl
-#define __TIME_OF_DAY_inl
+#ifndef _RTEMS_SCORE_TOD_INL
+#define _RTEMS_SCORE_TOD_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/tqdata.inl b/cpukit/score/macros/rtems/score/tqdata.inl
index 35145ff971..8ea7725839 100644
--- a/cpukit/score/macros/rtems/score/tqdata.inl
+++ b/cpukit/score/macros/rtems/score/tqdata.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __THREAD_QUEUE_DATA_inl
-#define __THREAD_QUEUE_DATA_inl
+#ifndef _RTEMS_SCORE_TQDATA_INL
+#define _RTEMS_SCORE_TQDATA_INL
/*PAGE
*
diff --git a/cpukit/score/macros/rtems/score/userext.inl b/cpukit/score/macros/rtems/score/userext.inl
index cbb72b24f9..b18e212e3e 100644
--- a/cpukit/score/macros/rtems/score/userext.inl
+++ b/cpukit/score/macros/rtems/score/userext.inl
@@ -13,8 +13,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/macros/rtems/score/watchdog.inl b/cpukit/score/macros/rtems/score/watchdog.inl
index 895fd55743..ca02774781 100644
--- a/cpukit/score/macros/rtems/score/watchdog.inl
+++ b/cpukit/score/macros/rtems/score/watchdog.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __WATCHDOG_inl
-#define __WATCHDOG_inl
+#ifndef _RTEMS_SCORE_WATCHDOG_INL
+#define _RTEMS_SCORE_WATCHDOG_INL
#include <rtems/score/object.h>
diff --git a/cpukit/score/macros/rtems/score/wkspace.inl b/cpukit/score/macros/rtems/score/wkspace.inl
index 239bb54e68..27a20e68e8 100644
--- a/cpukit/score/macros/rtems/score/wkspace.inl
+++ b/cpukit/score/macros/rtems/score/wkspace.inl
@@ -13,8 +13,8 @@
* $Id$
*/
-#ifndef __WORKSPACE_inl
-#define __WORKSPACE_inl
+#ifndef _RTEMS_SCORE_WKSPACE_INL
+#define _RTEMS_SCORE_WKSPACE_INL
/*PAGE
*