mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-19 02:34:25 +00:00
11 lines
198 B
C
11 lines
198 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
|
|
*/
|
|
|
|
#ifndef __STDIO_CONSOLE_H
|
|
#define __STDIO_CONSOLE_H
|
|
|
|
extern void save_console_flags(void);
|
|
#endif
|
|
|