ProcessField.h 340 B

123456789101112131415
  1. #ifndef HEADER_UnsupportedProcessField
  2. #define HEADER_UnsupportedProcessField
  3. /*
  4. htop - unsupported/ProcessField.h
  5. (C) 2020 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #define PLATFORM_PROCESS_FIELDS \
  10. // End of list
  11. #endif /* HEADER_UnsupportedProcessField */