summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/timer.inl
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-19 12:09:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-19 12:09:40 +0000
commit4d24fccb93aa44cf208076cbe96535a9e9dd0f83 (patch)
treec3e5631e35504a730ab244da29b0a7719996f82b /cpukit/rtems/inline/rtems/rtems/timer.inl
parent2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4d24fccb93aa44cf208076cbe96535a9e9dd0f83.tar.bz2
Add header guard to force indirect inclusion.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/timer.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/timer.inl b/cpukit/rtems/inline/rtems/rtems/timer.inl
index 43725129e0..30d8407d5d 100644
--- a/cpukit/rtems/inline/rtems/rtems/timer.inl
+++ b/cpukit/rtems/inline/rtems/rtems/timer.inl
@@ -15,6 +15,10 @@
* $Id$
*/
+#ifndef _RTEMS_RTEMS_TIMER_H
+# error "Never use <rtems/rtems/timer.inl> directly; include <rtems/rtems/timer.h> instead."
+#endif
+
#ifndef _RTEMS_RTEMS_TIMER_INL
#define _RTEMS_RTEMS_TIMER_INL