nu/nusec.c: Begin security kmod emulator

This commit is contained in:
Tau
2018-11-08 09:24:32 -05:00
parent f0f45a93a1
commit 2c6e202b38
3 changed files with 387 additions and 0 deletions

3
nu/nusec.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void nusec_hook_init(void);