[netcore] Make the load hook ALC-aware (#16012)
[mono-project.git] / mono / metadata / console-io.h
blobe08505d7c375aa460a3b8b24ca2fcdb1c35ea4f8
1 /**
2 * \file
3 * Console IO internal calls
5 * Author:
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
15 #include <config.h>
16 #include <glib.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 */