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.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/Private/DriverKit/KernelString.h b/Private/DriverKit/KernelString.h
deleted file mode 100644
index 8e189d26..00000000
--- a/Private/DriverKit/KernelString.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -------------------------------------------
-
- Copyright Mahrouss Logic
-
- Purpose: Kernel Strings.
-
-------------------------------------------- */
-
-#pragma once
-
-#include <DriverKit/KernelStd.h>
-
-/// @brief DriverKit equivalent of POSIX's string.h.
-
-DK_EXTERN size_t kernelStringLength(const char* str);
-DK_EXTERN int kernelStringCopy(char* dst, const char* src, size_t len);