summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2011-01-01 12:58:34 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2011-01-01 12:58:34 +0000
commit6f75bc374e5c3fe755b9cd7b959fc2835e2b112b (patch)
treececfa4d0494d07444d0fde1f120083af41640907 /sys
parent101ab4248e32944afa3e9d3f9c448ae2735b6673 (diff)
unbreak kernel builds; sorry guys.
pointed out by Benoit Lecocq.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/athnreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/athnreg.h b/sys/dev/ic/athnreg.h
index 7d7b14a5258..3f17d1066af 100644
--- a/sys/dev/ic/athnreg.h
+++ b/sys/dev/ic/athnreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athnreg.h,v 1.15 2010/12/31 17:17:14 damien Exp $ */
+/* $OpenBSD: athnreg.h,v 1.16 2011/01/01 12:58:33 damien Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -421,6 +421,7 @@
/* Bits for AR_ISR_S2. */
#define AR_ISR_S2_QCU_TXURN_M 0x000003ff
#define AR_ISR_S2_QCU_TXURN_S 0
+#define AR_ISR_S2_BB_WATCHDOG 0x00010000
#define AR_ISR_S2_CST 0x00400000
#define AR_ISR_S2_GTT 0x00800000
#define AR_ISR_S2_TIM 0x01000000