3 * Console IO internal calls
6 * Gonzalo Paniagua Javier (gonzalo@ximian.com)
8 * Copyright (c) 2005 Novell, Inc. (http://www.novell.com)
9 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
12 #ifndef _MONO_METADATA_CONSOLEIO_H
13 #define _MONO_METADATA_CONSOLEIO_H
18 #include <mono/metadata/object.h>
19 #include <mono/utils/mono-compiler.h>
20 #include <mono/metadata/icalls.h>
22 void mono_console_init (void);
23 void mono_console_handle_async_ops (void);
25 #endif /* _MONO_METADATA_CONSOLEIO_H */