summaryrefslogtreecommitdiffstats
path: root/linux/GPU.h
blob: 15fb5c75c85d7f60b03ea750698d0ec831d50f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef HEADER_GPU
#define HEADER_GPU
/*
htop - GPU.h
(C) 2023 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include "Compat.h"
#include "linux/LinuxProcess.h"
#include "linux/LinuxProcessTable.h"


void GPU_readProcessData(LinuxProcessTable* lpt, LinuxProcess* lp, openat_arg_t procFd);

#endif /* HEADER_GPU */

© 2014-2024 Faster IT GmbH | imprint | privacy policy