blob: 3c4ffeb467e9886ad62b1a4c6bf60686fcb219a3 [file] [log] [blame]
Thomas Gleixner003a46c2007-10-15 13:57:47 +02001#ifndef _ASM_X86_PARPORT_H
2#define _ASM_X86_PARPORT_H
3
Joe Perches52693542008-03-23 01:03:01 -07004static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma);
5static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma)
Thomas Gleixner003a46c2007-10-15 13:57:47 +02006{
Joe Perches52693542008-03-23 01:03:01 -07007 return parport_pc_find_isa_ports(autoirq, autodma);
Thomas Gleixner003a46c2007-10-15 13:57:47 +02008}
9
10#endif /* _ASM_X86_PARPORT_H */