summaryrefslogtreecommitdiffhomepage
path: root/src/libDDK/DriverKit/ObjectKit/DriverKit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libDDK/DriverKit/ObjectKit/DriverKit.hpp')
-rw-r--r--src/libDDK/DriverKit/ObjectKit/DriverKit.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libDDK/DriverKit/ObjectKit/DriverKit.hpp b/src/libDDK/DriverKit/ObjectKit/DriverKit.hpp
new file mode 100644
index 00000000..a5604c77
--- /dev/null
+++ b/src/libDDK/DriverKit/ObjectKit/DriverKit.hpp
@@ -0,0 +1,12 @@
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (see LICENSE file)
+// Official repository: https://github.com/ne-foss-org/nekernel
+
+#ifndef DRIVERKIT_OBJECTKIT_DDK_H
+#define DRIVERKIT_OBJECTKIT_DDK_H
+
+#include <DriverKit/ObjectKit/Base.hpp>
+#include <DriverKit/ObjectKit/Checksum.hpp>
+
+#endif