Home | History | Annotate | Line # | Download | only in include
mpacpi.h revision 1.9.22.2
      1  1.9.22.1       tls /*	$NetBSD: mpacpi.h,v 1.9.22.2 2017/12/03 11:36:50 jdolecek 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.8    cegger int mpacpi_scan_apics(device_t, int *);
      9       1.1      fvdl int mpacpi_find_interrupts(void *);
     10       1.8    cegger int mpacpi_pci_attach_hook(device_t, device_t,
     11       1.2      fvdl 			   struct pcibus_attach_args *);
     12       1.1      fvdl 
     13       1.4  christos struct mp_intr_map;
     14       1.4  christos int mpacpi_findintr_linkdev(struct mp_intr_map *);
     15       1.4  christos 
     16  1.9.22.2  jdolecek extern bool acpi_present;
     17  1.9.22.2  jdolecek extern bool mpacpi_active;
     18  1.9.22.2  jdolecek 
     19       1.3      yamt #endif /* _X86_MPACPI_H_ */
     20