[SDK] Reorganize header files

This commit is contained in:
2024-08-08 15:27:44 -04:00
parent e48262d4d7
commit 120277161c
9 changed files with 90 additions and 58 deletions

23
SDK/INC/NT/nt.h Normal file
View File

@@ -0,0 +1,23 @@
/*++
Copyright (c) 2024, Quinn Stephens.
Provided under the BSD 3-Clause license.
Module Name:
nt.h
Abstract:
Provides NT header files.
--*/
#ifndef _NT_H
#define _NT_H
#include <ntdef.h>
#include <ntstatus.h>
#include <ntimage.h>
#endif /* !_NT_H */