projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f5ea84
)
removed redundant rt_pend_tq.h from comedi directory since it was moved to comedi...
author
Frank Mori Hess
<fmhess@speakeasy.net>
Fri, 23 Mar 2001 02:12:12 +0000
(
02:12
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Fri, 23 Mar 2001 02:12:12 +0000
(
02:12
+0000)
comedi/rt_pend_tq.h
[deleted file]
patch
|
blob
|
history
diff --git
a/comedi/rt_pend_tq.h
b/comedi/rt_pend_tq.h
deleted file mode 100644
(file)
index
67820e8
..0000000
--- a/
comedi/rt_pend_tq.h
+++ /dev/null
@@
-1,13
+0,0 @@
-#ifndef __RT_PEND_TQ_H
-#define __RT_PEND_TQ_H
-#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);
-#define HAVE_RT_PEND_TQ
-#endif