[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / psdk / eaptypes.h
diff --git a/reactos/include/psdk/eaptypes.h b/reactos/include/psdk/eaptypes.h
deleted file mode 100644 (file)
index e481583..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef EAPTYPES_H
-#define EAPTYPES_H
-
-typedef struct _EAP_TYPE
-{
-    BYTE type;
-    DWORD dwVendorId;
-    DWORD dwVendorType;
-} EAP_TYPE, *PEAP_TYPE;
-
-typedef struct _EAP_METHOD_TYPE
-{
-    EAP_TYPE eapType;
-    DWORD dwAuthorId;
-} EAP_METHOD_TYPE, *PEAP_METHOD_TYPE;
-
-#endif