HomeFreeBSD

acpi_button: Replace boolean_t with better types.

Description

acpi_button: Replace boolean_t with better types.

  • Use an enum for the button type (it is not really a boolean value).
  • Use bool for fixed.

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

Details

Provenance
jhbAuthored on May 4 2023, 7:32 PM
Reviewer
imp
Differential Revision
D39922: acpi_button: Replace boolean_t with better types.
Parents
rG4961faaacc07: pmap_{un}map_io_transient: Use bool instead of boolean_t.
Branches
Unknown
Tags
Unknown