GPU.h 384 B

1234567891011121314151617
  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. #include "Compat.h"
  10. #include "linux/LinuxProcess.h"
  11. #include "linux/LinuxProcessTable.h"
  12. void GPU_readProcessData(LinuxProcessTable* lpt, LinuxProcess* lp, openat_arg_t procFd);
  13. #endif /* HEADER_GPU */