Implement BlCreateStack()
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-07 19:46:36 +01:00
parent 43c16d054d
commit d50fb7c37d
2 changed files with 32 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ BlConsoleInitialize();
VOID
BlConsolePutChar(IN USHORT Character);
VOID
BlCreateStack(IN PVOID *StackPtr,
IN ULONG StackSize,
IN PVOID Callback);
VOID
BlDbgPrint(IN PUINT16 Format,
IN ...);