aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/stdio_console.h
blob: 6d8275f71fd40a0c752370ece8ae2c5548d4d110 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* 
 * 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