TianoCore EDK2 master
Loading...
Searching...
No Matches
EmuThunkLib.h
1/*++ @file
2
3Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
4SPDX-License-Identifier: BSD-2-Clause-Patent
5
6**/
7
8#ifndef __EMU_THUNK_LIB_H__
9#define __EMU_THUNK_LIB_H__
10
11#include <Protocol/EmuThunk.h>
12
13extern EMU_THUNK_PROTOCOL *gEmuThunk;
14
27EFIAPI
28GetIoThunkInstance (
29 IN EFI_GUID *Protocol,
30 IN UINTN Instance
31 );
32
33#endif
UINT64 UINTN
#define IN
Definition: Base.h:279
Definition: Base.h:213