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
F135988885: D1905.id.diff
Fri, Nov 14, 9:01 PM
F135988879: D1905.id3861.diff
Fri, Nov 14, 9:01 PM
F135988866: D1905.id3863.diff
Fri, Nov 14, 9:00 PM
F135977208: D1905.diff
Fri, Nov 14, 6:16 PM
Unknown Object (File)
Thu, Nov 6, 12:15 PM
Unknown Object (File)
Sep 30 2025, 4:43 PM
Unknown Object (File)
Sep 30 2025, 2:23 PM
Unknown Object (File)
Sep 30 2025, 2:19 PM
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).