Module: xenomai-3
Branch: next
Commit: 67b43b203178ecd594ccc044b89ffde9e51caac6
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=67b43b203178ecd594ccc044b89ffde9e51caac6

Author: Philippe Gerum <r...@xenomai.org>
Date:   Fri Apr 24 11:06:45 2015 +0200

include/rtdm: add rtdm/udd.h interface file

---

 include/rtdm/Makefile.am |    3 ++-
 include/rtdm/udd.h       |   26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/include/rtdm/Makefile.am b/include/rtdm/Makefile.am
index 2e7a4aa..a4e6ff8 100644
--- a/include/rtdm/Makefile.am
+++ b/include/rtdm/Makefile.am
@@ -7,6 +7,7 @@ includesub_HEADERS =    \
        ipc.h           \
        rtdm.h          \
        serial.h        \
-       testing.h
+       testing.h       \
+       udd.h
 
 SUBDIRS = uapi
diff --git a/include/rtdm/udd.h b/include/rtdm/udd.h
new file mode 100644
index 0000000..41e028f
--- /dev/null
+++ b/include/rtdm/udd.h
@@ -0,0 +1,26 @@
+/*
+ * This file is part of the Xenomai project.
+ *
+ * Copyright (C) 2015 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 _RTDM_UDD_H
+#define _RTDM_UDD_H
+
+#include <rtdm/rtdm.h>
+#include <rtdm/uapi/udd.h>
+
+#endif /* !_RTDM_UDD_H */


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

Reply via email to