summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/assoc.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 08:04:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 08:04:27 +0000
commit794594445942973caf546bd6758d0635975ba32d (patch)
tree897624af62b9b53063c11ddd01fd31df945d5617 /cpukit/libcsupport/include/rtems/assoc.h
parent2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-794594445942973caf546bd6758d0635975ba32d.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/assoc.h')
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index 8bfa72b9c9..291bdbf6e9 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -11,8 +11,8 @@
* $Id$
*/
-#ifndef _INCLUDE_ASSOC_H
-#define _INCLUDE_ASSOC_H
+#ifndef _RTEMS_RTEMS_ASSOC_H
+#define _RTEMS_RTEMS_ASSOC_H
typedef struct {
const char *name;