blob: a5604c77990807bc32b408d83a61b741186b984d (
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_OBJECTKIT_DDK_H
#define DRIVERKIT_OBJECTKIT_DDK_H
#include <DriverKit/ObjectKit/Base.hpp>
#include <DriverKit/ObjectKit/Checksum.hpp>
#endif
|