/****************************************************************************
 * This software/firmware and related documentation ("MediaTek Software") 
 * are protected under relevant copyright laws. The information contained 
 * herein is confidential and proprietary to MediaTek Inc. and/or its licensors.
 * Without the prior written permission of MediaTek Inc. and/or its licensors, 
 * any reproduction, modification, use or disclosure of MediaTek Software, and 
 * information contained herein, in whole or in part, shall be strictly prohibited.
 *
 * MediaTek Inc. (C)2014. All rights reserved.
 *****************************************************************************

    Module Name:
        OS_VER.h

    Abstract:
        

 *****************************************************************************/

#ifndef __OS_VER_H__
#define __OS_VER_H__

#define XP_NDIS_VER     0x510
#define VISTA_NDIS_VER  0x600
#define WIN7_NDIS_VER   0x620
#define WIN8_NDIS_VER   0x630
#define WIN81_NDIS_VER  0x640

#define CURRENT_OS_NDIS_VER    WIN7_NDIS_VER

#endif