mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 16:15:14 +07:00
![WANG Cong](/assets/img/avatar_default.png)
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
|
|
|