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)
Thu, Feb 13, 10:35 AM
Unknown Object (File)
Wed, Feb 12, 2:03 PM
Unknown Object (File)
Thu, Jan 23, 5:33 AM
Unknown Object (File)
Thu, Jan 23, 5:02 AM
Unknown Object (File)
Dec 16 2024, 7:27 PM
Unknown Object (File)
Dec 10 2024, 7:18 PM
Unknown Object (File)
Nov 3 2024, 3:03 PM
Unknown Object (File)
Nov 3 2024, 3:03 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).