From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/AMITSE/setupdbg.h | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Core/EM/AMITSE/setupdbg.h (limited to 'Core/EM/AMITSE/setupdbg.h') 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 **// +//** **// +//*****************************************************************// +//*****************************************************************// +//*****************************************************************// +//*****************************************************************// +//*****************************************************************// +// +//---------------------------------------------------------------------------- +// +// Name: setupdbg.h +// +// Description: Header file for string functionalities. +// +//---------------------------------------------------------------------------- +// + +#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 ** +//** ** +//********************************************************************** +//********************************************************************** -- cgit v1.2.3