Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
24a88bdd05d5de32f3a56a4dcc5070c97d4a514f
/
.
/
tools
/
perf
/
util
/
pager.h
blob: 2794a83b7e851eaec8100479e5ebfffabc2cdaa5 [
file
] [
log
] [
blame
]
Josh Poimboeuf
32a56bd
2015-12-13 22:18:07 -0600
[
diff
] [
blame
]
1
#ifndef
__PERF_PAGER_H
2
#define
__PERF_PAGER_H
3
4
extern
void
setup_pager
(
void
);
5
extern
int
pager_in_use
(
void
);
6
7
#endif
/* __PERF_PAGER_H */