summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/isa/apic_ipl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/isa/apic_ipl.h b/sys/i386/isa/apic_ipl.h
index b21feb9..d9db797 100644
--- a/sys/i386/isa/apic_ipl.h
+++ b/sys/i386/isa/apic_ipl.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 1997, by Steve Passe
* All rights reserved.
*
@@ -22,13 +22,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: apic_ipl.h,v 1.1 1997/05/31 08:49:08 peter Exp $
*/
-#ifndef _ISA_APIC_IPL_H_
-#define _ISA_APIC_IPL_H_
+#ifndef _I386_ISA_APIC_IPL_H_
+#define _I386_ISA_APIC_IPL_H_
#define NHWI 24 /* number of h/w interrupts */
#define HWI_MASK 0x00ffffff /* bits for h/w interrupts */
-#endif /* _ISA_APIC_IPL_H_ */
+#endif /* !_I386_ISA_APIC_IPL_H_ */
OpenPOWER on IntegriCloud