Vegard Nossum | 77ef50a | 2008-06-18 17:08:48 +0200 | [diff] [blame] | 1 | #ifndef ASM_X86__PARPORT_H |
| 2 | #define ASM_X86__PARPORT_H |
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 3 | |
Joe Perches | 5269354 | 2008-03-23 01:03:01 -0700 | [diff] [blame] | 4 | static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma); |
| 5 | static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma) |
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 6 | { |
Joe Perches | 5269354 | 2008-03-23 01:03:01 -0700 | [diff] [blame] | 7 | return parport_pc_find_isa_ports(autoirq, autodma); |
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 8 | } |
| 9 | |
Vegard Nossum | 77ef50a | 2008-06-18 17:08:48 +0200 | [diff] [blame] | 10 | #endif /* ASM_X86__PARPORT_H */ |