#ifndef __ASM_GENERIC_PARPORT_H #define __ASM_GENERIC_PARPORT_H /* * An ISA bus may have i8255 parallel ports at well-known * locations in the I/O space, which are scanned by * parport_pc_find_isa_ports. * * Without ISA support, the driver will only attach * to devices on the PCI bus. */ static int parport_pc_find_isa_ports(int autoirq, int autodma); static int parport_pc_find_nonpci_ports(int autoirq, int autodma) { #ifdef CONFIG_ISA return parport_pc_find_isa_ports(autoirq, autodma); #else return 0; #endif } #endif /* __ASM_GENERIC_PARPORT_H */ ory'/>
summaryrefslogtreecommitdiff
path: root/include/crypto/authenc.h
trl'>
AgeCommit message (Expand)AuthorFilesLines
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-06-26 17:52:03 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-06-26 17:52:03 -0700
commit4c2e07c6a29e0129e975727b9f57eede813eea85 (patch)
tree2fad141a9352c0bd5430651fcc52087063fd5541 /Documentation/arm
parent2ac9b9735b4d1924d7484e497c930ea013a29ac1 (diff)
Linux 4.7-rc5
Diffstat (limited to 'Documentation/arm')