blob: 15fb5c75c85d7f60b03ea750698d0ec831d50f86 [file] [log] [blame]
Christian Göttschef8c5bdd2023-08-29 13:03:31 +02001#ifndef HEADER_GPU
2#define HEADER_GPU
3/*
4htop - GPU.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 "Compat.h"
11#include "linux/LinuxProcess.h"
12#include "linux/LinuxProcessTable.h"
13
14
Christian Göttsche327593e2024-04-06 20:40:33 +020015void GPU_readProcessData(LinuxProcessTable* lpt, LinuxProcess* lp, openat_arg_t procFd);
Christian Göttschef8c5bdd2023-08-29 13:03:31 +020016
17#endif /* HEADER_GPU */