ProcessField.h 324 B

123456789101112131415
  1. #ifndef HEADER_OpenBSDProcessField
  2. #define HEADER_OpenBSDProcessField
  3. /*
  4. htop - openbsd/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_OpenBSDProcessField */