TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
0f672f6c0b52b7b0700b0915c72b540721af4465
/
.
/
tools
/
perf
/
util
/
rlimit.h
blob: 9f59d8e710a3d0781b7c3cb53130bc540cab40fe [
file
] [
log
] [
blame
]
David Brazdil
0f672f6
2019-12-10 10:32:29 +0000
[
diff
] [
blame^
]
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_