summaryrefslogtreecommitdiffhomepage
path: root/src/console/ptyc_console_ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/ptyc_console_ctrl.c')
-rw-r--r--src/console/ptyc_console_ctrl.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/console/ptyc_console_ctrl.c b/src/console/ptyc_console_ctrl.c
new file mode 100644
index 0000000..d20ef12
--- /dev/null
+++ b/src/console/ptyc_console_ctrl.c
@@ -0,0 +1,18 @@
+/*********************************************************/
+/* ptycon: a pty-console bridge */
+/* Copyright (C) 2016 Z. Gilboa */
+/* Released under GPLv2 and GPLv3; see COPYING.PTYCON. */
+/*********************************************************/
+
+#include <psxtypes/psxtypes.h>
+#include <ntcon/ntcon.h>
+#include <ntapi/ntapi.h>
+#include <gdi/gdi.h>
+
+#include <ptycon/ptycon.h>
+#include "ptycon_driver_impl.h"
+
+int ptyc_console_ctrl(uint32_t type)
+{
+ return type;
+}