]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86/parport.h
[ARM] 4750/1: [AT91] STN LCD displays on SAM9261
[linux-2.6-omap-h63xx.git] / include / asm-x86 / parport.h
1 #ifndef _ASM_X86_PARPORT_H
2 #define _ASM_X86_PARPORT_H
3
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)
6 {
7         return parport_pc_find_isa_ports (autoirq, autodma);
8 }
9
10 #endif /* _ASM_X86_PARPORT_H */