xref: /kernel/linux/linux-6.6/tools/perf/util/term.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/perf/util/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __PERF_TERM_H
362306a36Sopenharmony_ci#define __PERF_TERM_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_cistruct termios;
662306a36Sopenharmony_cistruct winsize;
762306a36Sopenharmony_ci
862306a36Sopenharmony_civoid get_term_dimensions(struct winsize *ws);
962306a36Sopenharmony_civoid set_term_quiet_input(struct termios *old);
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#endif /* __PERF_TERM_H */
12

Indexes created Thu Nov 07 10:32:03 CST 2024