Fixed missing indent protection in copyright.

Uniformized idempotency ifdef.
This commit is contained in:
Bruce Evans 1997-07-20 12:18:53 +00:00
parent 02f9294f2c
commit 9d675655a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27550

View File

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