Home | History | Annotate | Line # | Download | only in include
mpacpi.h revision 1.3.2.2
      1  1.3.2.2  yamt /*	$NetBSD: mpacpi.h,v 1.3.2.2 2007/10/27 11:28:55 yamt Exp $	*/
      2      1.1  fvdl 
      3      1.3  yamt #ifndef _X86_MPACPI_H_
      4      1.3  yamt #define _X86_MPACPI_H_
      5      1.1  fvdl 
      6      1.2  fvdl struct pcibus_attach_args;
      7      1.2  fvdl 
      8  1.3.2.1  yamt int mpacpi_scan_apics(struct device *, int *, int *);
      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.3.2.1  yamt struct mp_intr_map;
     15  1.3.2.1  yamt int mpacpi_findintr_linkdev(struct mp_intr_map *);
     16  1.3.2.1  yamt 
     17  1.3.2.2  yamt extern struct mp_intr_map *mpacpi_sci_override;
     18  1.3.2.2  yamt 
     19      1.3  yamt #endif /* _X86_MPACPI_H_ */
     20