diff options
Diffstat (limited to 'include/Drivers')
| -rw-r--r-- | include/Drivers/Ne.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h new file mode 100644 index 0000000..cee3ab3 --- /dev/null +++ b/include/Drivers/Ne.h @@ -0,0 +1,10 @@ +// 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 |
