Import 2.3.7pre7
[davej-history.git] / include / linux / lp_intern.h
blobc7af535fbdb9573866bf7c701105ad869d319fbe
1 #ifndef _LINUX_LP_INTERN_H_
2 #define _LINUX_LP_INTERN_H_
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.
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
16 #include <linux/types.h>
17 #include <linux/lp_m68k.h>
19 int lp_internal_init(void);
21 #endif