aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:19:55 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:19:55 -0400
commit19fdd6f62388ed4373d28ca55b1c63e2fd62bb2f (patch)
treec62267cc060716e796e930e08f8d6c485693edf9 /include/common.h
parent9b85a6e707adff71ea3b329756f2b854fbdc6b0b (diff)
add be task migration support to rt_launch
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
new file mode 100644
index 0000000..d1234ba
--- /dev/null
+++ b/include/common.h
@@ -0,0 +1,7 @@
1#ifndef COMMON_H
2#define COMMON_H
3
4
5void bail_out(const char* msg);
6
7#endif