| Christian Göttsche | f8c5bdd | 2023-08-29 13:03:31 +0200 | [diff] [blame] | 1 | #ifndef HEADER_GPU |
| 2 | #define HEADER_GPU |
| 3 | /* |
| 4 | htop - GPU.h |
| 5 | (C) 2023 htop dev team |
| 6 | Released under the GNU GPLv2+, see the COPYING file |
| 7 | in 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öttsche | 327593e | 2024-04-06 20:40:33 +0200 | [diff] [blame] | 15 | void GPU_readProcessData(LinuxProcessTable* lpt, LinuxProcess* lp, openat_arg_t procFd); |
| Christian Göttsche | f8c5bdd | 2023-08-29 13:03:31 +0200 | [diff] [blame] | 16 | |
| 17 | #endif /* HEADER_GPU */ |