summaryrefslogtreecommitdiffhomepage
path: root/include/Drivers/Ne.h
blob: fe042fa2c3670c7c65180291cbcd70389f91c405 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0
// Copyright 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/src

#ifndef _NE_DDK_H_
#define _NE_DDK_H_

#include <libDDK/DriverKit/DriverKit.h>

#endif