#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 */ ext.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-05-26 10:15:18 +0300
committerJani Nikula <jani.nikula@intel.com>2016-05-30 13:38:53 +0300
commit2e83ecb834ca923806fd58fab17d9f405767e1d9 (patch)
treee9b9e9bec7b49b6a19c2db88829d0ecda9bf4cd1 /Documentation
parent89a66d76109935aad387a5058f120aeb8246ae40 (diff)
sphinx: update docbook->rst conversion script match C domain spec
Function references should include the parens (), struct references should not include "struct". Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sphinx/convert_template.sed8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/sphinx/convert_template.sed b/Documentation/sphinx/convert_template.sed