Page MenuHomeFreeBSD

EFI and ACPI define U?INT* and BOOLEAN. Cope.
ClosedPublic

Authored by imp on Feb 20 2015, 12:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 30, 4:43 PM
Unknown Object (File)
Tue, Sep 30, 2:23 PM
Unknown Object (File)
Tue, Sep 30, 2:19 PM
Unknown Object (File)
Sep 11 2025, 1:34 PM
Unknown Object (File)
Aug 30 2025, 2:10 AM
Unknown Object (File)
Aug 15 2025, 4:32 AM
Unknown Object (File)
Aug 14 2025, 6:14 PM
Unknown Object (File)
Aug 9 2025, 5:16 AM
Subscribers
None

Details

Summary

Allow EFI and ACPI to be included together. When ACPI is included
first, EFI will use its definitions for {,U}INT{8,16,32,64} and
BOOLEAN. When EFI is included first, define ACPI_USE_SYSTEM_INTTYPES
to tell ACPI that these are already defined.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

imp retitled this revision from to EFI and ACPI define U?INT* and BOOLEAN. Cope..
imp updated this object.
imp edited the test plan for this revision. (Show Details)
imp added a reviewer: emaste.

No objection, it's ugly but an acceptable workaround in my opinion.

emaste edited edge metadata.
This revision is now accepted and ready to land.Feb 20 2015, 1:04 AM
imp updated this revision to Diff 3863.

Closed by commit rS279038 (authored by @imp).