1 #ifndef _LINUX_LP_INTERN_H_ 2 #define _LINUX_LP_INTERN_H_ 3 4 /* 5 * split in two parts by Joerg Dorchain 6 * usr/include/linux/lp.h modified for Amiga by Michael Rausch 7 * modified for Atari by Andreas Schwab 8 * bug fixed by Jes Sorensen 18/8-94: 9 * It was not possible to compile the kernel only for Atari or Amiga. 10 * 11 * linux i386 version c.1991-1992 James Wiegand 12 * many modifications copyright (C) 1992 Michael K. Johnson 13 * Interrupt support added 1993 Nigel Gamble 14 */ 15 16 #include <linux/types.h> 17 #include <linux/lp_m68k.h> 18 19 int lp_internal_init(struct lp_struct *, int, int, int); 20 21 #endif 22