blob: a770ec7791b1805699a0f70bc7697f801c219fad [file] [log] [blame]
Christian Göttschef8c5bdd2023-08-29 13:03:31 +02001#ifndef HEADER_GPUMeter
2#define HEADER_GPUMeter
3/*
4htop - GPUMeter.h
5(C) 2023 htop dev team
6Released under the GNU GPLv2+, see the COPYING file
7in the source distribution for its full text.
8*/
9
10#include <stdbool.h>
11
12#include "Meter.h"
13
14
15extern const MeterClass GPUMeter_class;
16
17bool GPUMeter_active(void);
18
19#endif /* HEADER_GPUMeter */