mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[NDIS]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61938
This commit is contained in:
parent
9d2571d384
commit
9ff8ae1f1b
18 changed files with 10 additions and 27 deletions
|
@ -7,9 +7,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "ndissys.h"
|
||||
|
||||
|
||||
/* FIXME: Possibly move this to ntddk.h */
|
||||
typedef struct _NETWORK_HEADER
|
||||
{
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <ndis.h>
|
||||
#include <ndissys.h>
|
||||
|
||||
struct _ADAPTER_BINDING;
|
||||
|
||||
typedef struct _HARDWARE_ADDRESS {
|
||||
|
|
|
@ -10,15 +10,9 @@
|
|||
#ifndef __NDISSYS_H
|
||||
#define __NDISSYS_H
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <ndis.h>
|
||||
#include <xfilter.h>
|
||||
#include <afilter.h>
|
||||
#include <atm.h>
|
||||
#include <ndistapi.h>
|
||||
#include <ndisguid.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "miniport.h"
|
||||
#include "protocol.h"
|
||||
#include "efilter.h"
|
||||
|
@ -68,5 +62,3 @@ ExGetCurrentProcessorCpuUsage(
|
|||
#endif
|
||||
|
||||
#endif /* __NDISSYS_H */
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
#include <afilter.h>
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
#include <atm.h>
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <ndissys.h>
|
||||
|
||||
|
||||
__inline ULONG SkipToOffset(
|
||||
IN PNDIS_BUFFER Buffer,
|
||||
IN UINT Offset,
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
#include <ndistapi.h>
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
#include <ntifs.h>
|
||||
|
||||
#define PARAMETERS_KEY L"Parameters" /* The parameters subkey under the device-specific key */
|
||||
|
||||
/*
|
||||
|
|
|
@ -310,4 +310,3 @@ NdisWaitEvent(
|
|||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -1256,4 +1256,3 @@ NdisFreeDmaChannel(
|
|||
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
|
||||
#if DBG
|
||||
|
||||
/* See debug.h for debug/trace constants */
|
||||
|
@ -133,4 +132,3 @@ NdisWriteEventLogEntry(
|
|||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -418,4 +418,3 @@ NdisFreeSharedMemory(
|
|||
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
#include "ndissys.h"
|
||||
|
||||
#include <ndisguid.h>
|
||||
|
||||
/*
|
||||
* Define to 1 to get a debugger breakpoint at the end of NdisInitializeWrapper
|
||||
* for each new miniport starting up
|
||||
|
@ -3345,4 +3347,3 @@ NdisIMGetDeviceContext(
|
|||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ NdisFreeGenericObject(
|
|||
{
|
||||
ExFreePool(NdisGenericObject);
|
||||
}
|
||||
|
||||
|
|
|
@ -200,4 +200,3 @@ NdisUpcaseUnicodeString(
|
|||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -359,4 +359,3 @@ NdisSetTimerEx(
|
|||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
Loading…
Reference in a new issue