Page MenuHomeFreeBSD

acpi_button: Replace boolean_t with better types.
ClosedPublic

Authored by jhb on May 1 2023, 10:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 6:46 PM
Unknown Object (File)
Sun, Oct 12, 6:46 PM
Unknown Object (File)
Sun, Oct 12, 6:46 PM
Unknown Object (File)
Sun, Oct 12, 7:17 AM
Unknown Object (File)
Tue, Oct 7, 2:45 AM
Unknown Object (File)
Sat, Oct 4, 11:18 AM
Unknown Object (File)
Thu, Oct 2, 10:25 AM
Unknown Object (File)
Tue, Sep 30, 11:24 AM
Subscribers

Details

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable