Optimize andes_clear_page() and andes_copy_page() with prefetch
[linux-2.6/linux-mips.git] / include / asm-mips / parport.h
blob159e2345d9b28391b01209f2de05ab9f8de199a9
1 /* $Id$
3 * Copyright (C) 1999, 2000 Tim Waugh <tim@cyberelk.demon.co.uk>
5 * This file should only be included by drivers/parport/parport_pc.c.
6 */
7 #ifndef _ASM_PARPORT_H
8 #define _ASM_PARPORT_H
10 static int __devinit parport_pc_find_isa_ports (int autoirq, int autodma);
11 static int __devinit parport_pc_find_nonpci_ports (int autoirq, int autodma)
13 return parport_pc_find_isa_ports (autoirq, autodma);
16 #endif /* _ASM_PARPORT_H */