Home | History | Annotate | Line # | Download | only in include
mpacpi.h revision 1.1
      1  1.1  fvdl /*	$NetBSD: mpacpi.h,v 1.1 2003/05/11 18:48:13 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.1  fvdl int mpacpi_scan_apics(struct device *);
      7  1.1  fvdl int mpacpi_find_interrupts(void *);
      8  1.1  fvdl 
      9  1.1  fvdl #endif /* _I386_MPACPI_H */
     10