blob: 63f8936719cb307f70be31e0ebd1755031808ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|