summaryrefslogtreecommitdiff
path: root/tools/sdv/samples/SDV-FailDriver-STORPORT/driver/lsiver.h
blob: d52ddedc72b9c06c2af21f44d79f6fa4850b7ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*++

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

Copyright (c) Microsoft Corporation. All rights reserved

Module Name:

    lsiver.h

Abstract:

    Private header file for lsi_u3.sys modules.  This contains private
    structure and function declarations as well as constant values which do
    not need to be exported.

Environment:

    kernel mode only

Notes:


Revision History:

--*/


/*
*************************************************************************
*                                                                       *
*   Copyright 1994-2008 LSI Corporation. All rights reserved.           *
*                                                                       *
************************************************************************/


#ifndef _LSIVER_
#define _LSIVER_


// version numbers for VER_FILEVERSION, keep in sync with version string
#define LSI_VERSION_MAJOR       5
#define LSI_VERSION_MINOR       9
#define LSI_VERSION_BUILD      10
#define LSI_VERSION_REV         5

#define LSI_CMN_VERSION_NUMBER  "5.09.10.05"

#define LSI_VERSION_LABEL       "LSI_U3-" LSI_CMN_VERSION_NUMBER

#endif