patch-2.1.68 linux/include/linux/parport.h
Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/netlink.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Sat Nov 29 16:19:47 1997
- Orig file:
v2.1.67/linux/include/linux/parport.h
- Orig date:
Wed Sep 3 20:52:44 1997
diff -u --recursive --new-file v2.1.67/linux/include/linux/parport.h linux/include/linux/parport.h
@@ -1,4 +1,4 @@
-/* $Id: parport.h,v 1.2.6.3.2.2 1997/04/18 15:03:53 phil Exp $ */
+/* $Id: parport.h,v 1.3 1997/10/19 18:02:00 phil Exp $ */
#ifndef _PARPORT_H_
#define _PARPORT_H_
@@ -160,7 +160,7 @@
/* A parallel port */
struct parport {
- unsigned int base; /* base address */
+ unsigned long base; /* base address */
unsigned int size; /* IO extent */
char *name;
int irq; /* interrupt (or -1 for none) */
@@ -266,11 +266,11 @@
extern int parport_proc_register(struct parport *pp);
extern int parport_proc_unregister(struct parport *pp);
-/* Prototypes from parport_ksyms.c */
extern void dec_parport_count(void);
extern void inc_parport_count(void);
extern int parport_probe(struct parport *port, char *buffer, int len);
extern void parport_probe_one(struct parport *port);
+extern void (*parport_probe_hook)(struct parport *port);
#endif /* _PARPORT_H_ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov