Merge tag 'for-5.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[linux/fpc-iii.git] / arch / parisc / include / asm / parport.h
blob2c8e2321c24d9d45b3cc26ccb0efcdd80955fa28
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
4 * parport.h: ia32-compatible parport initialisation
6 * This file should only be included by drivers/parport/parport_pc.c.
7 */
8 #ifndef _ASM_PARPORT_H
9 #define _ASM_PARPORT_H 1
12 static int parport_pc_find_nonpci_ports (int autoirq, int autodma)
14 /* nothing ! */
15 return 0;
19 #endif /* !(_ASM_PARPORT_H) */