summaryrefslogtreecommitdiff
path: root/Core/EM/OFBD/OEMOAHandle/OEMOAHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/OFBD/OEMOAHandle/OEMOAHandle.h')
-rw-r--r--Core/EM/OFBD/OEMOAHandle/OEMOAHandle.h64
1 files changed, 64 insertions, 0 deletions
diff --git a/Core/EM/OFBD/OEMOAHandle/OEMOAHandle.h b/Core/EM/OFBD/OEMOAHandle/OEMOAHandle.h
new file mode 100644
index 0000000..a816d2c
--- /dev/null
+++ b/Core/EM/OFBD/OEMOAHandle/OEMOAHandle.h
@@ -0,0 +1,64 @@
+//**********************************************************************//
+//**********************************************************************//
+//** **//
+//** (C)Copyright 1985-2011, American Megatrends, Inc. **//
+//** **//
+//** All Rights Reserved. **//
+//** **//
+//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **//
+//** **//
+//** Phone: (770)-246-8600 **//
+//** **//
+//**********************************************************************//
+//**********************************************************************//
+
+//**********************************************************************
+// $Header: /Alaska/SOURCE/Modules/OFBD/OEMOAHandle/OEMOAHandle.h 1 10/24/11 3:02a Terrylin $
+//
+// $Revision: 1 $
+//
+// $Date: 10/24/11 3:02a $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/SOURCE/Modules/OFBD/OEMOAHandle/OEMOAHandle.h $
+//
+// 1 10/24/11 3:02a Terrylin
+// Add for EIP 66385
+//
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: OemOAHandle.h
+//
+// Description: Header file for the OemOAHandle
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+#ifndef _EFI_OEMOAHANDLE_H_
+#define _EFI_OEMOAHANDLE_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define RETURN_ERR 1
+
+/****** DO NOT WRITE BELOW THIS LINE *******/
+#ifdef __cplusplus
+}
+#endif
+#endif
+
+//**********************************************************************//
+//**********************************************************************//
+//** **//
+//** (C)Copyright 1985-2011, American Megatrends, Inc. **//
+//** **//
+//** All Rights Reserved. **//
+//** **//
+//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **//
+//** **//
+//** Phone: (770)-246-8600 **//
+//** **//
+//**********************************************************************//
+//**********************************************************************//