summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Include/Library/EmuThunkLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/Include/Library/EmuThunkLib.h')
-rw-r--r--InOsEmuPkg/Include/Library/EmuThunkLib.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/InOsEmuPkg/Include/Library/EmuThunkLib.h b/InOsEmuPkg/Include/Library/EmuThunkLib.h
new file mode 100644
index 0000000000..d8f55b862e
--- /dev/null
+++ b/InOsEmuPkg/Include/Library/EmuThunkLib.h
@@ -0,0 +1,22 @@
+/*++ @file
+
+Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
+This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#ifndef __EMU_THUNK_LIB_H__
+#define __EMU_THUNK_LIB_H__
+
+#include <Protocol/EmuThunk.h>
+
+
+extern EMU_THUNK_PROTOCOL *gEmuThunk;
+
+#endif