23 #ifndef __ANALOGY_CONTEXT__
24 #define __ANALOGY_CONTEXT__
26 #if defined(__KERNEL__) && !defined(DOXYGEN_CPP)
33 struct a4l_device_context {
36 rtdm_user_info_t *user_info;
40 struct a4l_device *dev;
45 struct a4l_buffer *buffer;
47 typedef struct a4l_device_context a4l_cxt_t;
49 static inline int a4l_get_minor(a4l_cxt_t *cxt)