Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / drivers / network / tcpip / include / interface.h
diff --git a/reactos/drivers/network/tcpip/include/interface.h b/reactos/drivers/network/tcpip/include/interface.h
deleted file mode 100644 (file)
index 5d78d65..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#define IFENT_SOFTWARE_LOOPBACK 24 /* This is an SNMP constant from rfc1213 */
-
-NTSTATUS GetInterfaceIPv4Address( PIP_INTERFACE Interface,
-                                 ULONG Type,
-                                 PULONG Address );
-UINT CountInterfaces(VOID);
-UINT CountInterfaceAddresses( PIP_INTERFACE Interface );
-NTSTATUS GetInterfaceSpeed( PIP_INTERFACE Interface, PUINT Speed );
-NTSTATUS GetInterfaceName( PIP_INTERFACE Interface, PCHAR NameBuffer,
-                          UINT NameMaxLen );
-VOID GetInterfaceConnectionStatus( PIP_INTERFACE Interface, PULONG OperStatus );
-PIP_INTERFACE FindOnLinkInterface(PIP_ADDRESS Address);
-PIP_INTERFACE GetDefaultInterface(VOID);