statistics.h 134 B

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