#ifndef __BSP_H #define __BSP_H #ifdef BGL_TIMERS /* header files for BlueGene/L */ #include #include #endif // BGL_TIMERS #ifdef __cplusplus extern "C" { #endif //now what? only bgl for now... double bsp_rdtsc(); double bsp_get_tsc(); #ifdef __cplusplus } #endif #endif /* __BSP_H */