branch update for HEAD-2003091401
[reactos.git] / drivers / net / afd / include / afd.h
index 1dc02f0..f6e2291 100644 (file)
@@ -35,21 +35,6 @@ typedef struct _AFDCCB {
 /* Flags for CCB structure */
 #define        CCB_CLEANED     0x00000001
 
-/* Borrowed from http://www.acc.umu.se/~bosse/ntifs.h by Bo Branten */
-typedef struct _FSRTL_COMMON_FCB_HEADER {
-    CSHORT          NodeTypeCode;
-    CSHORT          NodeByteSize;
-    UCHAR           Flags;
-    UCHAR           IsFastIoPossible;
-    UCHAR           Flags2;
-    UCHAR           Reserved;
-    PERESOURCE      Resource;
-    PERESOURCE      PagingIoResource;
-    LARGE_INTEGER   AllocationSize;
-    LARGE_INTEGER   FileSize;
-    LARGE_INTEGER   ValidDataLength;
-} FSRTL_COMMON_FCB_HEADER, *PFSRTL_COMMON_FCB_HEADER;
-
 typedef struct _FsdNTRequiredFCB {
     FSRTL_COMMON_FCB_HEADER CommonFCBHeader;
     SECTION_OBJECT_POINTERS SectionObject;