vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / cdcm / cdcmCpu.h
blobb34bf7bc5fb9f845eee602724002c735780ba954
1 /**
2 * @file cdcmCpu.h
4 * @brief Supported processor types
6 * @author Yury GEORGIEVSKIY
8 * @date Created on 26/10/2008
10 * <long description>
12 * @version
14 #ifndef _CDCM_CPU_H_INCLUDE_
15 #define _CDCM_CPU_H_INCLUDE_
17 /*! @name Supported processor types
19 * See /acc/src/dsc/co/Make.common for more details on supported CPU types.
21 //@{
22 #define ppc4 (('p'<<24)|('p'<<16)|('c'<<8)|'4') //!< LynxOS 4.0.0 for CES RIO806x OWS 6.2.0
23 #define Lces (('L'<<24)|('c'<<16)|('e'<<8)|'s') //!< Linux gcc-4.0 for RIO8064
24 #define L864 (('L'<<24)|('8'<<16)|('6'<<8)|'4') //!< diskless SLC4 Linux
25 #define L865 (('L'<<24)|('8'<<16)|('6'<<8)|'5') //!< diskless SLC5 Linux
26 //@}
28 #endif /* _CDCM_CPU_TYPES_H_INCLUDE_ */