projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'trace-v5.15-rc6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[platform/kernel/linux-starfive.git]
/
tools
/
perf
/
util
/
term.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __PERF_TERM_H
3
#define __PERF_TERM_H
4
5
struct termios;
6
struct winsize;
7
8
void get_term_dimensions(struct winsize *ws);
9
void set_term_quiet_input(struct termios *old);
10
11
#endif /* __PERF_TERM_H */