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