1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * 4 * parport.h: ia32-compatible parport initiali 5 * 6 * This file should only be included by driver 7 */ 8 #ifndef _ASM_PARPORT_H 9 #define _ASM_PARPORT_H 1 10 11 12 static int parport_pc_find_nonpci_ports (int a 13 { 14 /* nothing ! */ 15 return 0; 16 } 17 18 19 #endif /* !(_ASM_PARPORT_H) */ 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.