Make this include file shareable (moved here from sys/arch/i386/include)
This commit is contained in:
parent
7579aadd9b
commit
28644fa06f
|
@ -0,0 +1,9 @@
|
|||
/* $NetBSD: mpacpi.h,v 1.1 2003/05/11 18:48:13 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 */
|
Loading…
Reference in New Issue