android_kernel_samsung_on5x.../arch/um/drivers/stdio_console.h
2018-06-19 23:16:04 +02:00

11 lines
185 B
C

/*
* 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