Added serial port object to the server.
diff --git a/server/request.h b/server/request.h
index bf9b797..d66c230 100644
--- a/server/request.h
+++ b/server/request.h
@@ -201,6 +201,7 @@
DECL_HANDLER(get_msg_queue);
DECL_HANDLER(wake_queue);
DECL_HANDLER(wait_input_idle);
+DECL_HANDLER(create_serial);
#ifdef WANT_REQUEST_HANDLERS
@@ -314,6 +315,7 @@
(req_handler)req_get_msg_queue,
(req_handler)req_wake_queue,
(req_handler)req_wait_input_idle,
+ (req_handler)req_create_serial,
};
#endif /* WANT_REQUEST_HANDLERS */