blob: d8576a571d58ea413ef15f1887cbc3ef92af98a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* ========================================
Copyright Amlal El Mahrouss 2025, licensed under the Apache 2.0 license.
FILE: ddk.h
PURPOSE: Object DDK header.
======================================== */
#pragma once
#include <DriverKit/c++/checksum.h>
#include <DriverKit/c++/driver_base.h>
|