You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
11 lines
295 B
![]()
17 years ago
|
#ifndef ASM_X86__PARPORT_H
|
||
|
#define ASM_X86__PARPORT_H
|
||
![]()
18 years ago
|
|
||
![]()
17 years ago
|
static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma);
|
||
|
static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma)
|
||
![]()
18 years ago
|
{
|
||
![]()
17 years ago
|
return parport_pc_find_isa_ports(autoirq, autodma);
|
||
![]()
18 years ago
|
}
|
||
|
|
||
![]()
17 years ago
|
#endif /* ASM_X86__PARPORT_H */
|