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