Add debug port type definitions
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 24s
Builds / ExectOS (i686) (push) Successful in 25s

This commit is contained in:
Rafal Kupiec 2023-12-03 23:14:34 +01:00
parent 023f2c72b3
commit a101ddf555
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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;