Module: xenomai-forge
Branch: next
Commit: 5f9c0861d744f59755be34ae8c7eab2cbca0bb48
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=5f9c0861d744f59755be34ae8c7eab2cbca0bb48

Author: Philippe Gerum <r...@xenomai.org>
Date:   Thu Aug 14 15:55:02 2014 +0200

include/trank: interpose on rtdm/rtdm.h

---

 include/cobalt/kernel/rtdm/Makefile.in |    3 ++-
 include/rtdm/uapi/Makefile.in          |    3 ++-
 include/trank/rtdm/Makefile.am         |    1 +
 include/trank/rtdm/Makefile.in         |    1 +
 include/trank/rtdm/rtdm.h              |   23 +++++++++++++++++++++++
 5 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/include/cobalt/kernel/rtdm/Makefile.in 
b/include/cobalt/kernel/rtdm/Makefile.in
index 52a6c2a..5d45e31 100644
--- a/include/cobalt/kernel/rtdm/Makefile.in
+++ b/include/cobalt/kernel/rtdm/Makefile.in
@@ -352,7 +352,8 @@ noinst_HEADERS = \
        ipc.h           \
        rtdm.h          \
        serial.h        \
-       testing.h
+       testing.h       \
+       udd.h
 
 SUBDIRS = analogy
 all: all-recursive
diff --git a/include/rtdm/uapi/Makefile.in b/include/rtdm/uapi/Makefile.in
index 70babfc..b7fb0db 100644
--- a/include/rtdm/uapi/Makefile.in
+++ b/include/rtdm/uapi/Makefile.in
@@ -337,7 +337,8 @@ includesub_HEADERS = \
        ipc.h           \
        rtdm.h          \
        serial.h        \
-       testing.h
+       testing.h       \
+       udd.h
 
 all: all-am
 
diff --git a/include/trank/rtdm/Makefile.am b/include/trank/rtdm/Makefile.am
index c07cd6b..2eae0f6 100644
--- a/include/trank/rtdm/Makefile.am
+++ b/include/trank/rtdm/Makefile.am
@@ -2,6 +2,7 @@ includesubdir = $(includedir)/trank/rtdm
 
 includesub_HEADERS =   \
        rtcan.h         \
+       rtdm.h          \
        rtipc.h         \
        rtserial.h      \
        rttesting.h
diff --git a/include/trank/rtdm/Makefile.in b/include/trank/rtdm/Makefile.in
index 963239a..b91fd2d 100644
--- a/include/trank/rtdm/Makefile.in
+++ b/include/trank/rtdm/Makefile.in
@@ -332,6 +332,7 @@ top_srcdir = @top_srcdir@
 includesubdir = $(includedir)/trank/rtdm
 includesub_HEADERS = \
        rtcan.h         \
+       rtdm.h          \
        rtipc.h         \
        rtserial.h      \
        rttesting.h
diff --git a/include/trank/rtdm/rtdm.h b/include/trank/rtdm/rtdm.h
new file mode 100644
index 0000000..ad6bb58
--- /dev/null
+++ b/include/trank/rtdm/rtdm.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2014 Philippe Gerum <r...@xenomai.org>.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
+ */
+#ifndef _XENOMAI_TRANK_RTDM_RTDM_H
+#define _XENOMAI_TRANK_RTDM_RTDM_H
+
+#include_next <rtdm/rtdm.h>
+
+#endif /* _XENOMAI_TRANK_RTDM_RTDM_H */


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to