/arch/um/drivers/stdio_console.h

https://bitbucket.org/evzijst/gittest · C Header · 21 lines · 4 code · 3 blank · 14 comment · 0 complexity · ea9d41caf3945a2553f018338cda53d4 MD5 · raw file

  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
  9. /*
  10. * Overrides for Emacs so that we follow Linus's tabbing style.
  11. * Emacs will notice this stuff at the end of the file and automatically
  12. * adjust the settings for this buffer only. This must remain at the end
  13. * of the file.
  14. * ---------------------------------------------------------------------------
  15. * Local variables:
  16. * c-file-style: "linux"
  17. * End:
  18. */