Make this include file shareable (moved here from sys/arch/i386/include)

This commit is contained in:
fvdl 2003-05-11 18:48:13 +00:00
parent 7579aadd9b
commit 28644fa06f
1 changed files with 9 additions and 0 deletions

View File

@ -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 */