Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_PARPORT_H
0003 #define _ASM_X86_PARPORT_H
0004 
0005 static int parport_pc_find_isa_ports(int autoirq, int autodma);
0006 static int parport_pc_find_nonpci_ports(int autoirq, int autodma)
0007 {
0008     return parport_pc_find_isa_ports(autoirq, autodma);
0009 }
0010 
0011 #endif /* _ASM_X86_PARPORT_H */