diff --git a/ntoskrnl/se/token.c b/ntoskrnl/se/token.c index bd56397225f..31601411b07 100644 --- a/ntoskrnl/se/token.c +++ b/ntoskrnl/se/token.c @@ -1389,6 +1389,15 @@ Quit: return Status; } +/** + * @brief + * Creates the system process token. + * + * @return + * Returns the system process token if the operations have + * completed successfully. + */ +CODE_SEG("INIT") PTOKEN NTAPI SepCreateSystemProcessToken(VOID)