Home | History | Annotate | Line # | Download | only in include
mpacpi.h revision 1.1
      1 /*	$NetBSD: mpacpi.h,v 1.1 2003/05/11 18:48:13 fvdl Exp $	*/
      2 
      3 #ifndef _I386_MPACPI_H
      4 #define _I386_MPACPI_H
      5 
      6 int mpacpi_scan_apics(struct device *);
      7 int mpacpi_find_interrupts(void *);
      8 
      9 #endif /* _I386_MPACPI_H */
     10