stdio_console.h 185 B

123456789101112
  1. /*
  2. * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __STDIO_CONSOLE_H
  6. #define __STDIO_CONSOLE_H
  7. extern void save_console_flags(void);
  8. #endif