Home | History | Annotate | Line # | Download | only in include
mpacpi.h revision 1.2
      1 /*	$NetBSD: mpacpi.h,v 1.2 2003/05/29 20:22:32 fvdl Exp $	*/
      2 
      3 #ifndef _I386_MPACPI_H
      4 #define _I386_MPACPI_H
      5 
      6 struct pcibus_attach_args;
      7 
      8 int mpacpi_scan_apics(struct device *);
      9 int mpacpi_find_interrupts(void *);
     10 int mpacpi_pci_attach_hook(struct device *, struct device *,
     11 			   struct pcibus_attach_args *);
     12 int mpacpi_scan_pci(struct device *, struct pcibus_attach_args *, cfprint_t);
     13 
     14 #endif /* _I386_MPACPI_H */
     15