summaryrefslogtreecommitdiffstats
path: root/linux/GPU.h
blob: b502d1471b574dae2aa38f0d503e7ca8f0504797 (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* lpl, LinuxProcess* lp, openat_arg_t procFd);

#endif /* HEADER_GPU */

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