blob: 163f78259a7e78afb1b8120eb2e559c9504e5f98 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. Peter Anvin1965aae2008-10-22 22:26:29 -07002#ifndef _ASM_X86_PARPORT_H
3#define _ASM_X86_PARPORT_H
Thomas Gleixner003a46c2007-10-15 13:57:47 +02004
Greg Kroah-Hartmana18e3692012-12-21 14:02:53 -08005static int parport_pc_find_isa_ports(int autoirq, int autodma);
6static int parport_pc_find_nonpci_ports(int autoirq, int autodma)
Thomas Gleixner003a46c2007-10-15 13:57:47 +02007{
Joe Perches52693542008-03-23 01:03:01 -07008 return parport_pc_find_isa_ports(autoirq, autodma);
Thomas Gleixner003a46c2007-10-15 13:57:47 +02009}
10
H. Peter Anvin1965aae2008-10-22 22:26:29 -070011#endif /* _ASM_X86_PARPORT_H */