HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ProcessorDefines.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * Authored by:
7  * Mark Alexander
8  * Side Effects Software Inc.
9  *
10  * NAME: UT_ProcessorDefines.h (Utility Library, C++)
11  *
12  * COMMENTS:
13  * Defines needed for the UTgetProcessor call in UT_SysSpecific.h.
14  */
15 
16 #ifndef __UT_ProcessorDefines_h__
17 #define __UT_ProcessorDefines_h__
18 
20 
21 // Processor codes:
22 enum {
33 };
34 
35 // Flags: (bitfield)
36 enum {
46 };
47 
48 #endif