summaryrefslogtreecommitdiff
path: root/Core/EM/AMITSE/setupdbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/AMITSE/setupdbg.h')
-rw-r--r--Core/EM/AMITSE/setupdbg.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/Core/EM/AMITSE/setupdbg.h b/Core/EM/AMITSE/setupdbg.h
new file mode 100644
index 0000000..2927593
--- /dev/null
+++ b/Core/EM/AMITSE/setupdbg.h
@@ -0,0 +1,51 @@
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+//** **//
+//** (C)Copyright 2011, American Megatrends, Inc. **//
+//** **//
+//** All Rights Reserved. **//
+//** **//
+//** 5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093 **//
+//** **//
+//** Phone (770)-246-8600 **//
+//** **//
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+//<AMI_FHDR_START>
+//----------------------------------------------------------------------------
+//
+// Name: setupdbg.h
+//
+// Description: Header file for string functionalities.
+//
+//----------------------------------------------------------------------------
+//<AMI_FHDR_END>
+
+#ifndef _SETUPDBG_H_
+#define _SETUPDBG_H_
+
+VOID SetupShowDebugScreen(VOID *app, VOID *hotkey, VOID *cookie );
+
+#define TSE_DEBUG_MESSAGES_GUID \
+ {0x408acdd4, 0xe088, 0x4bac, 0xa2, 0x53, 0x6c, 0x27, 0xcf, 0xd3, 0xd6, 0x1f }
+
+#endif /* _SETUPDBG_H_ */
+
+
+//**********************************************************************
+//**********************************************************************
+//** **
+//** (C)Copyright 1985-2011, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Building 200,Norcross, Georgia 30093 **
+//** **
+//** Phone: (770)-246-8600 **
+//** **
+//**********************************************************************
+//**********************************************************************