blob: 2794a83b7e851eaec8100479e5ebfffabc2cdaa5 [file] [log] [blame]
Josh Poimboeuf32a56bd2015-12-13 22:18:07 -06001#ifndef __PERF_PAGER_H
2#define __PERF_PAGER_H
3
4extern void setup_pager(void);
5extern int pager_in_use(void);
6
7#endif /* __PERF_PAGER_H */