summaryrefslogtreecommitdiffstats
path: root/private/unimodem/new/mic/consts.h
blob: 68d39d3b7751f4e27500e0381597d1eb8ed6df22 (plain) (blame)
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
//
//		Copyright (c) 1996 Microsoft Corporation
//
//		CONSTS.H		-- Common constants
//
//		History:
//			06/13/96	JosephJ		Created
//
//
#ifndef _CONSTS_H_
#define _CONSTS_H_

// Platforms
enum	ePLATFORM
{
	ePLAT_ALL,
	ePLAT_NT_ALL,
	ePLAT_NT_ALPHA,
	ePLAT_NT_PPC,
	ePLAT_NT_MIPS
};

// Object signatures.
enum eOBJSIG
{
	eOBJSIG_INVALID					= 0,
	eOBJSIG_CInfManufacturerSection = 1234
};

#endif // _CONSTS_H_