11 lines
135 B
C
11 lines
135 B
C
|
#ifndef __MACH_TC2_H
|
||
|
#define __MACH_TC2_H
|
||
|
|
||
|
/*
|
||
|
* cpu and cluster limits
|
||
|
*/
|
||
|
#define TC2_MAX_CPUS 3
|
||
|
#define TC2_MAX_CLUSTERS 2
|
||
|
|
||
|
#endif
|