blob: f080907d71f1b78b9357bc37ddc68c5fee6254fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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_DDK_H
#define DRIVERKIT_DDK_H
#include <DriverKit/ObjectKit/Base.h>
#include <DriverKit/ObjectKit/Checksum.h>
#endif
|