freebsd-dev/sys/dev/scc
Dimitry Andric bab8274c09 Use bool for one-bit wide bit-fields
A signed one-bit wide bit-field can take only the values 0 and -1. Clang
16 introduced a warning that "implicit truncation from 'int' to a
one-bit wide bit-field changes value from 1 to -1". Fix the warnings by
using C99 bool.

Reported by:	Clang 16
Reviewed by:	emaste, jhb
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D39705
2023-04-25 19:26:03 +02:00
..
scc_bfe_macio.c scc: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:38 -07:00
scc_bfe_quicc.c scc: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:38 -07:00
scc_bfe.h Use bool for one-bit wide bit-fields 2023-04-25 19:26:03 +02:00
scc_bus.h
scc_core.c scc: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:38 -07:00
scc_dev_quicc.c
scc_dev_z8530.c
scc_if.m