Add debug port type definitions
This commit is contained in:
parent
023f2c72b3
commit
a101ddf555
@ -12,11 +12,16 @@
|
|||||||
#include <xttypes.h>
|
#include <xttypes.h>
|
||||||
|
|
||||||
|
|
||||||
|
/* Debug port type definitions */
|
||||||
|
#define XTBL_DEBUGPORT_SCREEN 1
|
||||||
|
#define XTBL_DEBUGPORT_SERIAL 2
|
||||||
|
|
||||||
/* XTLDR configuration data */
|
/* XTLDR configuration data */
|
||||||
typedef struct _XTBM_CONFIGURATION
|
typedef struct _XTBM_CONFIGURATION
|
||||||
{
|
{
|
||||||
PWCHAR Default;
|
PWCHAR Default;
|
||||||
PWCHAR Debug;
|
PWCHAR Debug;
|
||||||
|
ULONG DebugPort;
|
||||||
BOOLEAN Shell;
|
BOOLEAN Shell;
|
||||||
PWCHAR Theme;
|
PWCHAR Theme;
|
||||||
ULONG Timeout;
|
ULONG Timeout;
|
||||||
|
Loading…
Reference in New Issue
Block a user