android_kernel_cmhtcleo/arch/um/drivers/stdio_console.h
2010-08-27 11:19:57 +02:00

12 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