secgateway/kernel/linux-4.14.83/arch/um/drivers/stdio_console.h

12 lines
185 B
C
Raw Normal View History

2019-06-11 07:43:23 +00:00
/*
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __STDIO_CONSOLE_H
#define __STDIO_CONSOLE_H
extern void save_console_flags(void);
#endif