about summary refs log tree commit diff
path: root/cpu.h
blob: 3bc0d1f2e2e33a8c411386ede98cda413bc2a9a5 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PNANOE_CPU_H_
#define PNANOE_CPU_H_ 1

#include "collector.h"

extern const struct collector cpu_collector;

#endif // PNANOE_CPU_H_