]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efi: Create a define for memory descriptor version
authorWarner Losh <imp@FreeBSD.org>
Fri, 26 Aug 2022 17:39:37 +0000 (11:39 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 26 Aug 2022 17:40:42 +0000 (11:40 -0600)
commit74704a26bc2cfc72de6821d29a1f53b9d8c65f55
tree758dc8e5f7f4f2f49e419113c520d6802df6a255
parent837b7203f0c7356a35d59ed903053b9df4530164
efi: Create a define for memory descriptor version

For true EFI platforms, the EFI BIOS will return version 1 (since no
other version is defined as of this commit). However, for environments
that wish to create an EFI memory mapping table that aren't actually
EFI, we need to know this. Add EFI_MEMORY_DESCRIPTOR_VERSION for this
constant.

Sponsored by: Netflix
sys/sys/efi.h