diff options
author | bde <bde@FreeBSD.org> | 1997-07-20 12:18:53 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-07-20 12:18:53 +0000 |
commit | be38df08da95f58359c5aa75f05da404b248674f (patch) | |
tree | 626258a8adfa05d6eb26884c471b32e18a1f5cf7 | |
parent | 4015f739778a1c1623ca749eac39d3a5855d1249 (diff) | |
download | FreeBSD-src-be38df08da95f58359c5aa75f05da404b248674f.zip FreeBSD-src-be38df08da95f58359c5aa75f05da404b248674f.tar.gz |
Fixed missing indent protection in copyright.
Uniformized idempotency ifdef.
-rw-r--r-- | sys/i386/isa/apic_ipl.h | 10 |
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_ */ |