Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f2aeea57504cbbc58da3c59b939fc16150087648 19 lines 358 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * 4 * parport.h: ia32-compatible parport initialisation 5 * 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 10 11 12static int parport_pc_find_nonpci_ports (int autoirq, int autodma) 13{ 14 /* nothing ! */ 15 return 0; 16} 17 18 19#endif /* !(_ASM_PARPORT_H) */