]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Include/Library/ThunkProtocolList.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Library / ThunkProtocolList.h
CommitLineData
949f388f 1/** @file\r
2 Emulator Thunk to abstract OS services from pure EFI code\r
3\r
4 Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>\r
d18d8a1d 5\r
e3ba31da 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 7\r
8**/\r
9\r
10#include <Uefi.h>\r
11#include <Protocol/EmuIoThunk.h>\r
12\r
13\r
14EFI_STATUS\r
15EFIAPI\r
16AddThunkProtocol (\r
d18d8a1d 17 IN EMU_IO_THUNK_PROTOCOL *ThunkIo,\r
949f388f 18 IN CHAR16 *ConfigString,\r
19 IN BOOLEAN EmuBusDriver\r
20 );\r
21\r
22EFI_STATUS\r
23EFIAPI\r
24GetNextThunkProtocol (\r
25 IN BOOLEAN EmuBusDriver,\r
d18d8a1d 26 OUT EMU_IO_THUNK_PROTOCOL **Instance\r
949f388f 27 );\r
d18d8a1d 28\r
949f388f 29\r