opnsense-src/sys/dev/puc
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
..
puc.c Use bool for one-bit wide bit-fields 2023-04-25 19:26:03 +02:00
puc_bfe.h Use bool for one-bit wide bit-fields 2023-04-25 19:26:03 +02:00
puc_bus.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
puc_cfg.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
puc_cfg.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
puc_pci.c puc: Remove unused devclass argument to DRIVER_MODULE. 2022-05-06 15:46:55 -07:00
pucdata.c puc: clean up empty lines in .c and .h files 2020-09-01 21:58:04 +00:00