Module: xenomai-abe Branch: analogy Commit: 3bb7755dade4b533caa2fe994d722b50038545d0 URL: http://git.xenomai.org/?p=xenomai-abe.git;a=commit;h=3bb7755dade4b533caa2fe994d722b50038545d0
Author: Alexis Berlemont <[email protected]> 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 [email protected] https://mail.gna.org/listinfo/xenomai-git
