Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Make this include file shareable (moved...



details:   https://anonhg.NetBSD.org/src/rev/9be98d811046
branches:  trunk
changeset: 547033:9be98d811046
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun May 11 18:48:13 2003 +0000

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

diffstat:

 sys/arch/x86/include/mpacpi.h |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r ab25ff10bf31 -r 9be98d811046 sys/arch/x86/include/mpacpi.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/x86/include/mpacpi.h     Sun May 11 18:48:13 2003 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index