HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_CacheCompression.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  */
7 
8 #ifndef SIM_CACHECOMPRESSION_H_
9 #define SIM_CACHECOMPRESSION_H_
10 
11 #include <UT/UT_Compression.h>
12 
13 
14 #define SIM_BLOSC_HEADER "hblp"
15 
16 // z selected by RobV.
17 #define SIM_NO_COMPRESSION_HEADER "zsim"
18 
19 
20 
21 #endif /* SIM_CACHECOMPRESSION_H_ */