mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
dbddf429dc
Convert files to use SPDX header. All files are licensed under the GPLv2. Signed-off-by: Alex Dewar <alex.dewar@gmx.co.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
12 lines
198 B
C
12 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
|
|
|