aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/rt_pend_tq.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/comedi/rt_pend_tq.h')
-rw-r--r--drivers/staging/comedi/rt_pend_tq.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/comedi/rt_pend_tq.h b/drivers/staging/comedi/rt_pend_tq.h
deleted file mode 100644
index 01ed71bf409..00000000000
--- a/drivers/staging/comedi/rt_pend_tq.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#define RT_PEND_TQ_SIZE 16
-struct rt_pend_tq {
- void (*func) (int arg1, void *arg2);
- int arg1;
- void *arg2;
-};
-extern int rt_pend_call(void (*func) (int arg1, void *arg2), int arg1,
- void *arg2);
-extern int rt_pend_tq_init(void);
-extern void rt_pend_tq_cleanup(void);