c@409: #ifndef PSTATS_H c@409: #define PSTATS_H c@409: c@409: void pstats_init(void); c@409: void pstats_report(void); c@409: c@409: #endif