parport.h 358 B

12345678910111213141516171819
  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. static int parport_pc_find_nonpci_ports (int autoirq, int autodma)
  11. {
  12. /* nothing ! */
  13. return 0;
  14. }
  15. #endif /* !(_ASM_PARPORT_H) */