char: move console in its own file

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-12-12 19:03:09 +03:00
parent d180081525
commit 7c7b2db0bd
3 changed files with 54 additions and 3 deletions

View file

@ -2342,9 +2342,6 @@ static void register_types(void)
#endif
#ifdef HAVE_CHARDEV_PTY
type_register_static(&char_pty_type_info);
#endif
#ifdef _WIN32
type_register_static(&char_console_type_info);
#endif
type_register_static(&char_pipe_type_info);