Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-03-24 13:33:36 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-03-24 13:33:36 +0300
commit1ae827c650d69f05665b96b94061f330017746bc (patch)
treebc39c63dbdd512bba8987210d715200b9d3799b9 /winsup/w32api/include/ddk
parente4736d89a875cd3699c0777c59ebea3e282aa3c1 (diff)
2004-03-24 Filip Navara <xnavara@volny.cz>
* include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION): Rename TaggedQueueing to TaggedQueuing. (_HW_INITIALIZATION_DATA): Likewise.
Diffstat (limited to 'winsup/w32api/include/ddk')
-rw-r--r--winsup/w32api/include/ddk/srb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/ddk/srb.h b/winsup/w32api/include/ddk/srb.h
index 93563f283..43648df15 100644
--- a/winsup/w32api/include/ddk/srb.h
+++ b/winsup/w32api/include/ddk/srb.h
@@ -240,7 +240,7 @@ typedef struct _PORT_CONFIGURATION_INFORMATION {
BOOLEAN DemandMode;
BOOLEAN MapBuffers;
BOOLEAN NeedPhysicalAddresses;
- BOOLEAN TaggedQueueing;
+ BOOLEAN TaggedQueuing;
BOOLEAN AutoRequestSense;
BOOLEAN MultipleRequestPerLu;
BOOLEAN ReceiveEvent;
@@ -372,7 +372,7 @@ typedef struct _HW_INITIALIZATION_DATA {
PVOID Reserved;
BOOLEAN MapBuffers;
BOOLEAN NeedPhysicalAddresses;
- BOOLEAN TaggedQueueing;
+ BOOLEAN TaggedQueuing;
BOOLEAN AutoRequestSense;
BOOLEAN MultipleRequestPerLu;
BOOLEAN ReceiveEvent;