aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc_bfe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc/puc_bfe.h')
-rw-r--r--sys/dev/puc/puc_bfe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/puc/puc_bfe.h b/sys/dev/puc/puc_bfe.h
index 0b079107538d..831133b08935 100644
--- a/sys/dev/puc/puc_bfe.h
+++ b/sys/dev/puc/puc_bfe.h
@@ -64,10 +64,10 @@ struct puc_softc {
int sc_nports;
struct puc_port *sc_port;
- int sc_fastintr:1;
- int sc_leaving:1;
- int sc_polled:1;
- int sc_msi:1;
+ bool sc_fastintr:1;
+ bool sc_leaving:1;
+ bool sc_polled:1;
+ bool sc_msi:1;
int sc_ilr;