Files

36 lines
1.3 KiB
C
Executable File
Vendored

/*
* MsVersion.h- Sigmastar
*
* Copyright (C) 2018 Sigmastar Technology Corp.
*
* Author: karl.xiao <karl.xiao@sigmastar.com.tw>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#ifndef _MS_VERSION_H_
#define _MS_VERSION_H_
//-------------------------------------------------------------------------------------------------
// Version String Definition
//-------------------------------------------------------------------------------------------------
#define MSIF_TAG {'M','S','I','F'} // MSIF
#define MSIF_CLASS {'0','0'} // DRV/API (DDI)
#define MSIF_CUS 0x0000 // Sstar Common library
#define MSIF_MOD 0x0000 // Sstar Common library
#define MSIF_CHIP 0x000F
#define MSIF_CPU '1'
#define MSIF_OS '2'
#endif // _MS_VERSION_H_