mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added defines for uninitialized values.
svn path=/trunk/; revision=6090
This commit is contained in:
parent
b4f1ad8ce1
commit
b2a7aa0781
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: srb.h,v 1.3 2003/08/25 01:37:47 sedwards Exp $
|
/* $Id: srb.h,v 1.4 2003/09/18 13:45:07 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -96,6 +96,10 @@ typedef struct _PORT_CONFIGURATION_INFORMATION
|
||||||
|
|
||||||
#define CONFIG_INFO_VERSION_2 sizeof(PORT_CONFIGURATION_INFORMATION)
|
#define CONFIG_INFO_VERSION_2 sizeof(PORT_CONFIGURATION_INFORMATION)
|
||||||
|
|
||||||
|
/* uninitialized flag values */
|
||||||
|
#define SP_UNINITIALIZED_VALUE ((ULONG)~0)
|
||||||
|
#define SP_UNTAGGED ((ULONG)~0)
|
||||||
|
|
||||||
|
|
||||||
typedef struct _SCSI_REQUEST_BLOCK
|
typedef struct _SCSI_REQUEST_BLOCK
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue