mirror of
https://github.com/reactos/reactos.git
synced 2025-06-28 00:59:43 +00:00
Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
This commit is contained in:
parent
0e213bbc00
commit
c501d8112c
18148 changed files with 0 additions and 860488 deletions
23
drivers/network/tcpip/include/loopback.h
Normal file
23
drivers/network/tcpip/include/loopback.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS TCP/IP protocol driver
|
||||
* FILE: include/loopback.h
|
||||
* PURPOSE: Loopback adapter definitions
|
||||
*/
|
||||
#ifndef __LOOPBACK_H
|
||||
#define __LOOPBACK_H
|
||||
|
||||
#include <lan.h>
|
||||
|
||||
extern PIP_INTERFACE Loopback;
|
||||
|
||||
NDIS_STATUS LoopRegisterAdapter(
|
||||
PNDIS_STRING AdapterName,
|
||||
PLAN_ADAPTER *Adapter);
|
||||
|
||||
NDIS_STATUS LoopUnregisterAdapter(
|
||||
PLAN_ADAPTER Adapter);
|
||||
|
||||
#endif /* __LOOPBACK_H */
|
||||
|
||||
/* EOF */
|
Loading…
Add table
Add a link
Reference in a new issue