op_hw_config.h
Go to the documentation of this file.00001
00012 #ifndef OP_HW_CONFIG_H
00013 #define OP_HW_CONFIG_H
00014
00019 #ifdef __alpha__
00020 #define OP_MAX_COUNTERS 20
00021 #else
00022 #define OP_MAX_COUNTERS 8
00023 #endif
00024
00028 #define OP_MAX_PERF_COUNT 2147483647UL
00029
00030 #endif