summaryrefslogtreecommitdiffhomepage
path: root/Private/DriverKit/KernelString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Private/DriverKit/KernelString.h')
-rw-r--r--Private/DriverKit/KernelString.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Private/DriverKit/KernelString.h b/Private/DriverKit/KernelString.h
new file mode 100644
index 00000000..d1b8ac93
--- /dev/null
+++ b/Private/DriverKit/KernelString.h
@@ -0,0 +1,13 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+ Purpose: Kernel Strings.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <DriverKit/KernelStd.h>
+
+DK_EXTERN size_t kernelStringLength(const char* str);