mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 07:56:47 +07:00
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
|
||
|
|