mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOSKRNL] Define TAG_FSTUB in the dedicated internal header
This commit is contained in:
parent
80cc287cf6
commit
11db7c9e5d
2 changed files with 3 additions and 2 deletions
|
@ -76,8 +76,6 @@ typedef struct _MASTER_BOOT_RECORD
|
|||
USHORT MasterBootRecordMagic; // 510
|
||||
} MASTER_BOOT_RECORD, *PMASTER_BOOT_RECORD;
|
||||
|
||||
/* Tag for Fstub allocations */
|
||||
#define TAG_FSTUB 'BtsF'
|
||||
/* Partition entry size (bytes) - FIXME: It's hardcoded as Microsoft does, but according to specs, it shouldn't be */
|
||||
#define PARTITION_ENTRY_SIZE 128
|
||||
/* Defines "EFI PART" */
|
||||
|
|
|
@ -190,3 +190,6 @@
|
|||
|
||||
#define TAG_WAIT 'tiaW'
|
||||
#define TAG_SEC_QUERY 'qSbO'
|
||||
|
||||
/* FSTUB */
|
||||
#define TAG_FSTUB 'BtsF'
|
||||
|
|
Loading…
Reference in a new issue