ieee1284.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | ieee1284.c (174cd4b1e5fbd0d74c68cf3a74f5bd4923485512) |
---|---|
1/* 2 * IEEE-1284 implementation for parport. 3 * 4 * Authors: Phil Blundell <philb@gnu.org> 5 * Carsten Gross <carsten@sol.wohnheim.uni-ulm.de> 6 * Jose Renau <renau@acm.org> 7 * Tim Waugh <tim@cyberelk.demon.co.uk> (largely rewritten) 8 * --- 9 unchanged lines hidden (view full) --- 18 19#include <linux/module.h> 20#include <linux/threads.h> 21#include <linux/parport.h> 22#include <linux/delay.h> 23#include <linux/kernel.h> 24#include <linux/interrupt.h> 25#include <linux/timer.h> | 1/* 2 * IEEE-1284 implementation for parport. 3 * 4 * Authors: Phil Blundell <philb@gnu.org> 5 * Carsten Gross <carsten@sol.wohnheim.uni-ulm.de> 6 * Jose Renau <renau@acm.org> 7 * Tim Waugh <tim@cyberelk.demon.co.uk> (largely rewritten) 8 * --- 9 unchanged lines hidden (view full) --- 18 19#include <linux/module.h> 20#include <linux/threads.h> 21#include <linux/parport.h> 22#include <linux/delay.h> 23#include <linux/kernel.h> 24#include <linux/interrupt.h> 25#include <linux/timer.h> |
26#include <linux/sched.h> | 26#include <linux/sched/signal.h> |
27 28#undef DEBUG /* undef me for production */ 29 30#ifdef CONFIG_LP_CONSOLE 31#undef DEBUG /* Don't want a garbled console */ 32#endif 33 34#ifdef DEBUG --- 783 unchanged lines hidden --- | 27 28#undef DEBUG /* undef me for production */ 29 30#ifdef CONFIG_LP_CONSOLE 31#undef DEBUG /* Don't want a garbled console */ 32#endif 33 34#ifdef DEBUG --- 783 unchanged lines hidden --- |