1 /* $NetBSD: mpacpi.h,v 1.2 2003/01/10 00:45:52 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
1 /* $NetBSD: mpacpi.h,v 1.2 2003/01/10 00:45:52 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