GNU Linux-libre 5.15.137-gnu
[releases.git] / kernel / trace / 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 */