summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/signalmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-25 10:20:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:46 +0200
commit6cec745f6c81868f6da0bed62420479c17e95afb (patch)
treed3a335ab4df016cf61b73107fa10056111fa137d /cpukit/rtems/include/rtems/rtems/signalmp.h
parentscore: Merge objectmp implementation into one file (diff)
downloadrtems-6cec745f6c81868f6da0bed62420479c17e95afb.tar.bz2
rtems: Create signal implementation header
Move implementation specific parts of signal.h into new header file signalimpl.h. The signal.h contains now only the application visible API.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/signalmp.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/signalmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/signalmp.h b/cpukit/rtems/include/rtems/rtems/signalmp.h
index 82a7e07ef8..dd1271dd14 100644
--- a/cpukit/rtems/include/rtems/rtems/signalmp.h
+++ b/cpukit/rtems/include/rtems/rtems/signalmp.h
@@ -18,6 +18,10 @@
#ifndef _RTEMS_RTEMS_SIGNALMP_H
#define _RTEMS_RTEMS_SIGNALMP_H
+#ifndef _RTEMS_RTEMS_SIGNALIMPL_H
+# error "Never use <rtems/rtems/signalmp.h> directly; include <rtems/rtems/signalimpl.h> instead."
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif