summaryrefslogtreecommitdiff
path: root/Board/EM/Setup/SetupPrivate.h
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /Board/EM/Setup/SetupPrivate.h
downloadzprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'Board/EM/Setup/SetupPrivate.h')
-rw-r--r--Board/EM/Setup/SetupPrivate.h76
1 files changed, 76 insertions, 0 deletions
diff --git a/Board/EM/Setup/SetupPrivate.h b/Board/EM/Setup/SetupPrivate.h
new file mode 100644
index 0000000..f2dbbcc
--- /dev/null
+++ b/Board/EM/Setup/SetupPrivate.h
@@ -0,0 +1,76 @@
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (C)Copyright 1985-2009, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//**********************************************************************
+//**********************************************************************
+
+//**********************************************************************
+// $Header: /Alaska/BIN/Board/Setup/SetupPrivate.h 7 2/07/11 5:27p Artems $
+//
+// $Revision: 7 $
+//
+// $Date: 2/07/11 5:27p $
+//**********************************************************************
+// Revision History
+// ----------------
+// $Log: /Alaska/BIN/Board/Setup/SetupPrivate.h $
+//
+// 7 2/07/11 5:27p Artems
+// EIP 53374: Replaced tabs with spaces
+//
+// 6 2/05/10 11:37a Felixp
+// include statements for AutoId.h is removed (the file is now included by
+// Setup.h).
+//
+// 5 6/30/09 11:42a Robert
+// Added Comment and updated parts for coding standards
+//
+// 4 7/14/05 3:55p Felixp
+// VFR.h removed
+//
+// 2 5/24/05 3:07p Felixp
+// Modular setup framework implemented
+//
+//**********************************************************************
+//<AMI_FHDR_START>
+//
+// Name: SetupPrivate.h
+//
+// Description:
+// Internal header of the Setup Component
+//
+//<AMI_FHDR_END>
+//**********************************************************************
+#ifndef __SetupPrivate__H__
+#define __SetupPrivate__H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+#include <SetupStrTokens.h>
+#include <Setup.h>
+/****** DO NOT WRITE BELOW THIS LINE *******/
+#ifdef __cplusplus
+}
+#endif
+#endif
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (C)Copyright 1985-2009, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//**********************************************************************
+//**********************************************************************