summaryrefslogtreecommitdiff
path: root/Core/EM/OFBD/DEFCFG/DefCfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/OFBD/DEFCFG/DefCfg.h')
-rw-r--r--Core/EM/OFBD/DEFCFG/DefCfg.h72
1 files changed, 72 insertions, 0 deletions
diff --git a/Core/EM/OFBD/DEFCFG/DefCfg.h b/Core/EM/OFBD/DEFCFG/DefCfg.h
new file mode 100644
index 0000000..06f9cfe
--- /dev/null
+++ b/Core/EM/OFBD/DEFCFG/DefCfg.h
@@ -0,0 +1,72 @@
+//**********************************************************************//
+//**********************************************************************//
+//** **//
+//** (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/DEFCFG/DefCfg.h 2 3/16/11 10:37p Terrylin $
+//
+// $Revision: 2 $
+//
+// $Date: 3/16/11 10:37p $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/SOURCE/Modules/OFBD/DEFCFG/DefCfg.h $
+//
+// 2 3/16/11 10:37p Terrylin
+// [TAG] EIP51285
+// [Category] Improvement
+// [Description] Fill the description for user more clearly.
+// [Files] DefCfg.mak
+// DefCfg.h
+// DefCfg.c
+//
+// 1 5/06/10 2:21a Lawrencechang
+// Initial check-in.
+//
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: DefCfg.h
+//
+// Description: Header file for the DefCfg
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+#ifndef _EFI_DEFCFG_H_
+#define _EFI_DEFCFG_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 **//
+//** **//
+//**********************************************************************//
+//**********************************************************************//