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