HomeFreeBSD

al: Replace boolean_t with either al_bool or bool.

Description

al: Replace boolean_t with either al_bool or bool.

Use al_bool for interfaces and structures defined in the
OS-independent HAL in sys/contrib, and use plain bool for
FreeBSD-specific APIs and structures in sys/dev/al_eth.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D39923

Details

Provenance
jhbAuthored on May 4 2023, 7:32 PM
Reviewer
imp
Differential Revision
D39923: al: Replace boolean_t with either al_bool or bool.
Parents
rG65c92e48c43a: acpi_button: Replace boolean_t with better types.
Branches
Unknown
Tags
Unknown