blob: 87d4a696de6dedf13b35b7e46d179ec322d3ca7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef HEADER_NetBSDProcessField
#define HEADER_NetBSDProcessField
/*
htop - netbsd/ProcessField.h
(C) 2021 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/
#define PLATFORM_PROCESS_FIELDS \
// End of list
#endif /* HEADER_NetBSDProcessField */
|