* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716
svn path=/trunk/; revision=61950
-#include <ntddk.h>
-#include <srb.h>
-#include <scsi.h>
-#include <ntddscsi.h>
-#include <ntddstor.h>
-#include <ntdddisk.h>
-#include <stdio.h>
-#include <stdarg.h>
-
-#include "scsiport_int.h"
+#include <wdm.h>
#include "precomp.h"
-#ifndef NDEBUG
+#include <ntddk.h>
+#include <stdio.h>
+#include <scsi.h>
+#include <ntddscsi.h>
+#include <ntdddisk.h>
+
#define NDEBUG
-#endif
#include <debug.h>
+#include "scsiport_int.h"
+
ULONG InternalDebugLevel = 0x00;
#undef ScsiPortMoveMemory
-/* TYPES *********************************************************************/
-
/* GLOBALS *******************************************************************/
static BOOLEAN
return(Address.u.LowPart);
}
-
/* EOF */
* An enumeration containing the states in the timer DFA
*/
+#pragma once
+
#define VERSION "0.0.3"
#ifndef PAGE_ROUND_UP
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
-/* INCLUDES *****************************************************************/
-
#include "precomp.h"
+#include <srb.h>
+
#define NDEBUG
#include <debug.h>
{
WRITE_REGISTER_ULONG(Register, Value);
}
-