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