Initial process and thread related structures
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-02-08 23:40:58 +01:00
parent 929d3dfae7
commit 9132c47cd9
7 changed files with 53 additions and 2 deletions

View File

@@ -347,6 +347,7 @@ typedef struct _KPROCESSOR_STATE
/* Processor Control Block (PRCB) structure definition */
typedef struct _KPROCESSOR_CONTROL_BLOCK
{
PKTHREAD CurrentThread;
UCHAR Number;
ULONG_PTR SetMember;
KPROCESSOR_STATE ProcessorState;