Module: xenomai-head
Branch: master
Commit: cd2dcbca86c340054fb4fd02b0ae379554980710
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=cd2dcbca86c340054fb4fd02b0ae379554980710

Author: Alexis Berlemont <alexis.berlem...@gmail.com>
Date:   Sun May 16 23:56:48 2010 +0200

analogy: update a4l_set_dev() declaration (broken)

---

 include/analogy/device.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/analogy/device.h b/include/analogy/device.h
index 27a3bd0..51b99b5 100644
--- a/include/analogy/device.h
+++ b/include/analogy/device.h
@@ -91,7 +91,7 @@ int a4l_rdproc_devs(char *page,
                    off_t off, int count, int *eof, void *data);
 
 /* --- Context related function / macro --- */
-void a4l_set_dev(a4l_cxt_t * cxt);
+void a4l_set_dev(struct rtdm_dev_context *context);
 #define a4l_get_dev(x) ((x)->dev)
 
 /* --- Upper layer functions --- */


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to