- Missed these in 42915

svn path=/trunk/; revision=42917
This commit is contained in:
Stefan Ginsberg 2009-08-24 17:38:50 +00:00
parent 67e0101546
commit 53cbc6c4a3
3 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ typedef struct _FAT_METHODS {
PFAT_SETFAT_VALUE_RUN_ROUTINE SetValueRun; PFAT_SETFAT_VALUE_RUN_ROUTINE SetValueRun;
} FAT_METHODS, *PFAT_METHODS; } FAT_METHODS, *PFAT_METHODS;
#define FAT_NTC_VCB (USHORT) TAG('F', 'V', 0, 0) #define FAT_NTC_VCB (USHORT) '00VF'
/* Volume Control Block */ /* Volume Control Block */
typedef struct _VCB typedef struct _VCB

View file

@ -6,7 +6,7 @@
#include "../miniport/usb_wrapper.h" #include "../miniport/usb_wrapper.h"
#include "../usbport/hub.h" #include "../usbport/hub.h"
#define USB_HUB_TAG TAG('u','s','b','h') #define USB_HUB_TAG 'hbsu'
typedef struct _HUB_DEVICE_EXTENSION typedef struct _HUB_DEVICE_EXTENSION
{ {

View file

@ -4,7 +4,7 @@
#include <initguid.h> #include <initguid.h>
#include <debug.h> #include <debug.h>
#define USB_STOR_TAG TAG('u','s','b','s') #define USB_STOR_TAG 'sbsu'
#define USB_MAXCHILDREN (16) #define USB_MAXCHILDREN (16)
NTSTATUS NTAPI NTSTATUS NTAPI