xref: /openbmc/linux/kernel/trace/pid_list.h (revision 6954e415)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 /* Do not include this file directly. */
4 
5 #ifndef _TRACE_INTERNAL_PID_LIST_H
6 #define _TRACE_INTERNAL_PID_LIST_H
7 
8 struct trace_pid_list {
9 	int			pid_max;
10 	unsigned long		*pids;
11 };
12 
13 #endif /* _TRACE_INTERNAL_PID_LIST_H */
14