summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/rlimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/rlimit.h')
-rw-r--r--tools/perf/util/rlimit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/rlimit.h b/tools/perf/util/rlimit.h
new file mode 100644
index 000000000000..9f59d8e710a3
--- /dev/null
+++ b/tools/perf/util/rlimit.h
@@ -0,0 +1,6 @@
+#ifndef __PERF_RLIMIT_H_
+#define __PERF_RLIMIT_H_
+/* SPDX-License-Identifier: LGPL-2.1 */
+
+void rlimit__bump_memlock(void);
+#endif // __PERF_RLIMIT_H_