xref: /linux/tools/perf/util/rlimit.h (revision fc54a4f15988e228cf88f888483e985c5f35031e)
1 #ifndef __PERF_RLIMIT_H_
2 #define __PERF_RLIMIT_H_
3 /* SPDX-License-Identifier: LGPL-2.1 */
4 
5 void rlimit__bump_memlock(void);
6 #endif // __PERF_RLIMIT_H_
7