mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
8 lines
138 B
C
8 lines
138 B
C
![]() |
#ifndef __PERF_PAGER_H
|
||
|
#define __PERF_PAGER_H
|
||
|
|
||
|
extern void setup_pager(void);
|
||
|
extern int pager_in_use(void);
|
||
|
|
||
|
#endif /* __PERF_PAGER_H */
|