diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-04 03:21:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-04 03:21:18 +0000 |
commit | 9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb (patch) | |
tree | 8845b79f170028cb4380045c50277bbf075b5b7d /pfinet/linux-src/include/linux/lp_intern.h | |
download | hurd-9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb.tar.gz hurd-9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb.tar.bz2 hurd-9fd51e9b0ad33a89a83fdbbb66bd20d85f7893fb.zip |
Import of Linux 2.2.12 subset (ipv4 stack and related)
Diffstat (limited to 'pfinet/linux-src/include/linux/lp_intern.h')
-rw-r--r-- | pfinet/linux-src/include/linux/lp_intern.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pfinet/linux-src/include/linux/lp_intern.h b/pfinet/linux-src/include/linux/lp_intern.h new file mode 100644 index 00000000..c7af535f --- /dev/null +++ b/pfinet/linux-src/include/linux/lp_intern.h @@ -0,0 +1,22 @@ +#ifndef _LINUX_LP_INTERN_H_ +#define _LINUX_LP_INTERN_H_ + +/* + * split in two parts by Joerg Dorchain + * usr/include/linux/lp.h modified for Amiga by Michael Rausch + * modified for Atari by Andreas Schwab + * bug fixed by Jes Sorensen 18/8-94: + * It was not possible to compile the kernel only for Atari or Amiga. + * + * linux i386 version c.1991-1992 James Wiegand + * many modifications copyright (C) 1992 Michael K. Johnson + * Interrupt support added 1993 Nigel Gamble + */ + +#include <linux/types.h> +#include <linux/lp_m68k.h> + +int lp_internal_init(void); + +#endif + |