summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/devctl.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:20:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:20:13 +0000
commit5ec2f12d860971da97ada8f810a0ed87ac609e94 (patch)
tree17aaed3d2be83300cb96057824b04c73ae1c026e /cpukit/posix/include/devctl.h
parent2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5ec2f12d860971da97ada8f810a0ed87ac609e94.tar.bz2
New header guards.
Diffstat (limited to 'cpukit/posix/include/devctl.h')
-rw-r--r--cpukit/posix/include/devctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/include/devctl.h b/cpukit/posix/include/devctl.h
index e21ba09132..0e735ec068 100644
--- a/cpukit/posix/include/devctl.h
+++ b/cpukit/posix/include/devctl.h
@@ -6,8 +6,8 @@
* $Id$
*/
-#ifndef __POSIX_DEVICE_CONTROL_h
-#define __POSIX_DEVICE_CONTROL_h
+#ifndef _DEVCTL_H
+#define _DEVCTL_H
#ifdef __cplusplus
extern "C" {