//*****************************************************************// //*****************************************************************// //*****************************************************************// //** **// //** (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 ** //** ** //********************************************************************** //**********************************************************************