mirror of
https://github.com/8damon/Blackbird-Platform
synced 2026-06-21 13:41:12 +00:00
15 lines
166 B
C
15 lines
166 B
C
#ifndef BK_THREAD_H
|
|
#define BK_THREAD_H
|
|
|
|
#include <ntdef.h>
|
|
|
|
NTSTATUS
|
|
BkcthrInitialize(VOID);
|
|
|
|
VOID BkcthrUninitialize(VOID);
|
|
|
|
BOOLEAN
|
|
BkcthrSelfCheck(VOID);
|
|
|
|
#endif
|