Parentheses around definition of PODULE_GAP.
This commit is contained in:
parent
95be56d2e1
commit
bd73477f94
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: podulebusreg.h,v 1.2 2001/01/12 00:13:26 bjh21 Exp $ */
|
/* $NetBSD: podulebusreg.h,v 1.3 2001/06/11 19:07:14 bjh21 Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 2000 Ben Harris
|
* 2000 Ben Harris
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
#define _PODULEBUSREG_H_
|
#define _PODULEBUSREG_H_
|
||||||
|
|
||||||
#define MAX_PODULES 4
|
#define MAX_PODULES 4
|
||||||
#define PODULE_GAP 0x4000 >> 2
|
#define PODULE_GAP (0x4000 >> 2)
|
||||||
|
|
||||||
/* Podule identity byte (ECId) flags */
|
/* Podule identity byte (ECId) flags */
|
||||||
#define ECID_IRQING 0x01
|
#define ECID_IRQING 0x01
|
||||||
|
|
Loading…
Reference in New Issue