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