80d0ecfe1536ec86c5bab8758267256afa79f7d9
[releases.git] / pid_list.h
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 */