summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_service.h
Commit message (Collapse)AuthorAgeFilesLines
* [efi] Add helper functions for service binding protocolsMichael Brown2024-03-251-0/+19
The EFI service binding abstraction is used to add and remove child handles for multiple different protocols. Provide a common interface for doing so. Signed-off-by: Michael Brown <mcb30@ipxe.org>