Refactor part 6
This commit is contained in:
@@ -10,14 +10,15 @@
|
||||
#define __XTDK_BMTYPES_H
|
||||
|
||||
#include <xttypes.h>
|
||||
#include <xtuefi.h>
|
||||
|
||||
|
||||
/* Debug port type definitions */
|
||||
/* XTLDR Debug port type definitions */
|
||||
#define XTBL_DEBUGPORT_SCREEN 1
|
||||
#define XTBL_DEBUGPORT_SERIAL 2
|
||||
|
||||
/* XTLDR configuration data */
|
||||
typedef struct _XTBM_CONFIGURATION
|
||||
typedef struct _XTBL_CONFIGURATION
|
||||
{
|
||||
PWCHAR Default;
|
||||
PWCHAR Debug;
|
||||
@@ -26,6 +27,14 @@ typedef struct _XTBM_CONFIGURATION
|
||||
PWCHAR Theme;
|
||||
ULONG Timeout;
|
||||
PWCHAR Tune;
|
||||
} XTBM_CONFIGURATION, *PXTBM_CONFIGURATION;
|
||||
} XTBL_CONFIGURATION, *PXTBL_CONFIGURATION;
|
||||
|
||||
/* XTLDR status data */
|
||||
typedef struct _XTBL_STATUS
|
||||
{
|
||||
BOOLEAN BootServices;
|
||||
EFI_HANDLE ImageHandle;
|
||||
PEFI_SYSTEM_TABLE SystemTable;
|
||||
} XTBL_STATUS, *PXTBL_STATUS;
|
||||
|
||||
#endif /* __XTDK_BMTYPES_H */
|
||||
|
||||
Reference in New Issue
Block a user