OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-sh/] [parport.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
/*
2
 * parport.h: SuperH-specific parport initialisation
3
 *
4
 * This file should only be included by drivers/parport/parport_pc.c.
5
 *
6
 */
7
 
8
#ifndef _ASM_SH_PARPORT_H
9
#define _ASM_SH_PARPORT_H
10
 
11
#include <asm/machvec.h>
12
 
13
static int __devinit parport_pc_find_nonpci_ports (int autoirq, int autodma)
14
{
15
        if (MACH_HS7729PCI)
16
                return !!parport_pc_probe_port(0x378, 0, 5,
17
                                               PARPORT_DMA_NONE, NULL);
18
 
19
        return 0;
20
}
21
 
22
#endif /* _ASM_SH_PARPORT_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.