mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
65bd6a9bc7
These comments are useless now, remove them. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
12 lines
185 B
C
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
|
|
|