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>2003-06-03 02:21:54 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2003-06-03 02:21:54 +0400
commit38b524b3858c96cca78e32e80cb67509b38aab05 (patch)
tree31a12dd51cc46343ce4c9954e56df55a304c396d /winsup/w32api/include/ddk/winddk.h
parent3786526ea849a4b7daba6ca5609bf8c4445c894e (diff)
* include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
* include/winnt.h (POWER_INFORMATION_LEVEL): Add. * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER): Remove. * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
Diffstat (limited to 'winsup/w32api/include/ddk/winddk.h')
-rw-r--r--winsup/w32api/include/ddk/winddk.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/winsup/w32api/include/ddk/winddk.h b/winsup/w32api/include/ddk/winddk.h
index 986313369..f724377dc 100644
--- a/winsup/w32api/include/ddk/winddk.h
+++ b/winsup/w32api/include/ddk/winddk.h
@@ -138,22 +138,6 @@ typedef enum _MODE {
MaximumMode
} MODE;
-typedef struct _SINGLE_LIST_ENTRY {
- struct _SINGLE_LIST_ENTRY *Next;
-} SINGLE_LIST_ENTRY, *PSINGLE_LIST_ENTRY;
-
-#define SLIST_ENTRY SINGLE_LIST_ENTRY
-#define PSLIST_ENTRY PSINGLE_LIST_ENTRY
-
-typedef union _SLIST_HEADER {
- ULONGLONG Alignment;
- struct {
- SLIST_ENTRY Next;
- USHORT Depth;
- USHORT Sequence;
- };
-} SLIST_HEADER, *PSLIST_HEADER;
-
/* Structures not exposed to drivers */
typedef struct _IO_TIMER *PIO_TIMER;