mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
12 lines
135 B
C
12 lines
135 B
C
|
#ifndef THREAD_H
|
||
|
#define THREAD_H
|
||
|
|
||
|
#include <ntifs.h>
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
NTSTATUS ValidateKPCRBThreads(
|
||
|
//_In_ PIRP Irp
|
||
|
);
|
||
|
|
||
|
#endif
|