NetBSD/sys/arch/i386/include/mpacpi.h

10 lines
214 B
C

/* $NetBSD: mpacpi.h,v 1.2 2003/01/10 00:45:52 fvdl Exp $ */
#ifndef _I386_MPACPI_H
#define _I386_MPACPI_H
int mpacpi_scan_apics(struct device *);
int mpacpi_find_interrupts(void *);
#endif /* _I386_MPACPI_H */