statistics.h 116 B

12345678
  1. #ifndef _statistics_h
  2. #define _statistics_h
  3. #include "lub/list.h"
  4. void parse_proc_stat(lub_list_t *cpus);
  5. #endif