*/
#include <comedi_module.h>
-#include "rtl.h"
#include <linux/kernel.h>
#include <linux/string.h>
+++ /dev/null
-/*
- * rt_printk.c, hacked from linux/kernel/printk.c
- *
- * Modified for RT support, David Schleef
- */
-
-#ifndef __COMEDI_RTL_H
-#define __COMEDI_RTL_H
-
-int rt_printk(const char *fmt, ...);
-
-void rt_printk_cleanup(void);
-int rt_printk_init(void);
-
-void comedi_rtl_init(void);
-void comedi_rtl_cleanup(void);
-
-
-#endif
-
+++ /dev/null
-/*
- * RTL compatibility,, version 1
- *
- */
-
-#ifndef __COMEDI_RTL_V1_H
-#define __COMEDI_RTL_V1_H
-
-#include <asm/rt_irq.h>
-
-#if 0
-int rt_printk(const char *fmt, ...);
-
-void rt_printk_cleanup(void);
-int rt_printk_init(void);
-#endif
-
-void comedi_rtl_v1_init(void);
-void comedi_rtl_v1_cleanup(void);
-
-
-#endif
-