Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/include Multiple-include protection
details: https://anonhg.NetBSD.org/src/rev/f48409e95ae8
branches: sommerfeld_i386mp_1
changeset: 482205:f48409e95ae8
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sun Feb 27 20:25:00 2000 +0000
description:
Multiple-include protection
diffstat:
sys/arch/i386/include/apicvar.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 0545a6750214 -r f48409e95ae8 sys/arch/i386/include/apicvar.h
--- a/sys/arch/i386/include/apicvar.h Sun Feb 27 20:24:19 2000 +0000
+++ b/sys/arch/i386/include/apicvar.h Sun Feb 27 20:25:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apicvar.h,v 1.1.2.2 2000/02/21 18:54:07 sommerfeld Exp $ */
+/* $NetBSD: apicvar.h,v 1.1.2.3 2000/02/27 20:25:00 sommerfeld Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -38,6 +38,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef _I386_APICVAR_H_
+#define _I386_APICVAR_H_
+
struct apic_attach_args {
const char *aaa_name;
int apic_id;
@@ -50,3 +53,4 @@
void apic_format_redir __P((char *, char *, int, u_int32_t, u_int32_t));
+#endif /* !_I386_APICVAR_H_ */
Home |
Main Index |
Thread Index |
Old Index