freebsd-dev/lib/libefivar/ProcessorBind.h
Warner Losh 7270962aa5 Bring in EDK2 routines for printing and parsing device paths.
This commit implements the (mostly?) Linux compatible
efidp_format_device_path and efidp_parse_device_path APIs. These are
the only APIs exposed through this library. However, they are built on
code from Tianocore's EDK2 MdePkg. They are brought in as new files
here for reasons described in FreeBSD-update.

Symbol versioning will be introduced to control what's exported from
the EDK2 code.

Some structural changes may be necessary when we move to sharing with
sys/boot/efi.

Sponsored by: Netflix
2017-03-09 00:31:31 +00:00

5 lines
139 B
C

/* File in public domain */
/* Brings in the glue for UEFI/EDK2 Tianocore code to run on this OS */
/* $FreeBSD$ */
#include "efi-osdep.h"