From bbaff50c5bbf9794764b826597b401df726dc75d Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Fri, 23 Mar 2001 02:12:12 +0000 Subject: [PATCH] removed redundant rt_pend_tq.h from comedi directory since it was moved to comedi/rt_pend_tq directory --- comedi/rt_pend_tq.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 comedi/rt_pend_tq.h diff --git a/comedi/rt_pend_tq.h b/comedi/rt_pend_tq.h deleted file mode 100644 index 67820e81..00000000 --- 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 -- 2.26.2