diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-25 10:28:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-25 10:28:07 +0200 |
| commit | 1057fd299e17fcc04f6b3a1aa3ace1026f8652a0 (patch) | |
| tree | a663c7dcd26779295ce0d9681418964f802f2d14 /dev/libDDK/DriverKit/net.h | |
| parent | 1a32b9307357ac0fc9095e853b2b6d94f9fe62bb (diff) | |
| parent | 328b34360ab8b2462ea5858441693277b3d23f08 (diff) | |
Merge pull request #56 from nekernel-org/dev
Errata: v0.0.4
Diffstat (limited to 'dev/libDDK/DriverKit/net.h')
| -rw-r--r-- | dev/libDDK/DriverKit/net.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/libDDK/DriverKit/net.h b/dev/libDDK/DriverKit/net.h new file mode 100644 index 00000000..63f89367 --- /dev/null +++ b/dev/libDDK/DriverKit/net.h @@ -0,0 +1,16 @@ +/* ------------------------------------------- + + Copyright Amlal El Mahrouss. + + FILE: net.h + PURPOSE: Network model base header. + +------------------------------------------- */ + +#pragma once + +#include <DriverKit/macros.h> + +struct DDK_NET_MANIFEST; + +/// @brief IFS hooks to plug into the FileMgr. |
