Sample Code

windows driver samples/ LSI_U3 StorPort Miniport Driver/ C++/ src/ lsiver.h/

/*++

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

Our Services

  • What our customers say about us?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS