mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +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
|
#pragma once
|
||||||
|
|
||||||
#include "ndissys.h"
|
|
||||||
|
|
||||||
|
|
||||||
/* FIXME: Possibly move this to ntddk.h */
|
/* FIXME: Possibly move this to ntddk.h */
|
||||||
typedef struct _NETWORK_HEADER
|
typedef struct _NETWORK_HEADER
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <ndis.h>
|
|
||||||
#include <ndissys.h>
|
|
||||||
|
|
||||||
struct _ADAPTER_BINDING;
|
struct _ADAPTER_BINDING;
|
||||||
|
|
||||||
typedef struct _HARDWARE_ADDRESS {
|
typedef struct _HARDWARE_ADDRESS {
|
||||||
|
|
|
@ -10,15 +10,9 @@
|
||||||
#ifndef __NDISSYS_H
|
#ifndef __NDISSYS_H
|
||||||
#define __NDISSYS_H
|
#define __NDISSYS_H
|
||||||
|
|
||||||
#include <ntifs.h>
|
|
||||||
#include <ndis.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 "miniport.h"
|
||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
#include "efilter.h"
|
#include "efilter.h"
|
||||||
|
@ -68,5 +62,3 @@ ExGetCurrentProcessorCpuUsage(
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __NDISSYS_H */
|
#endif /* __NDISSYS_H */
|
||||||
|
|
||||||
/* EOF */
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
#include <afilter.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
#include <atm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include <ndissys.h>
|
#include <ndissys.h>
|
||||||
|
|
||||||
|
|
||||||
__inline ULONG SkipToOffset(
|
__inline ULONG SkipToOffset(
|
||||||
IN PNDIS_BUFFER Buffer,
|
IN PNDIS_BUFFER Buffer,
|
||||||
IN UINT Offset,
|
IN UINT Offset,
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
#include <ndistapi.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -33,6 +33,8 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
#include <ntifs.h>
|
||||||
|
|
||||||
#define PARAMETERS_KEY L"Parameters" /* The parameters subkey under the device-specific key */
|
#define PARAMETERS_KEY L"Parameters" /* The parameters subkey under the device-specific key */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -310,4 +310,3 @@ NdisWaitEvent(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
|
@ -1256,4 +1256,3 @@ NdisFreeDmaChannel(
|
||||||
|
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
|
|
||||||
/* See debug.h for debug/trace constants */
|
/* See debug.h for debug/trace constants */
|
||||||
|
@ -133,4 +132,3 @@ NdisWriteEventLogEntry(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
|
@ -418,4 +418,3 @@ NdisFreeSharedMemory(
|
||||||
|
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
#include "ndissys.h"
|
#include "ndissys.h"
|
||||||
|
|
||||||
|
#include <ndisguid.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define to 1 to get a debugger breakpoint at the end of NdisInitializeWrapper
|
* Define to 1 to get a debugger breakpoint at the end of NdisInitializeWrapper
|
||||||
* for each new miniport starting up
|
* for each new miniport starting up
|
||||||
|
@ -3345,4 +3347,3 @@ NdisIMGetDeviceContext(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,3 @@ NdisFreeGenericObject(
|
||||||
{
|
{
|
||||||
ExFreePool(NdisGenericObject);
|
ExFreePool(NdisGenericObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -200,4 +200,3 @@ NdisUpcaseUnicodeString(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
|
@ -359,4 +359,3 @@ NdisSetTimerEx(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue