summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/src/nt_ertbl.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/softpc.new/host/src/nt_ertbl.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/src/nt_ertbl.c b/private/mvdm/softpc.new/host/src/nt_ertbl.c
new file mode 100644
index 000000000..9c0785ab1
--- /dev/null
+++ b/private/mvdm/softpc.new/host/src/nt_ertbl.c
@@ -0,0 +1,24 @@
+#include "host_def.h"
+#include "insignia.h"
+/*[
+ Name: nt_ertbl.c
+ Derived From: New Development
+ Author: apg
+ Created On: 15 Apr 1991
+ Sccs ID: @(#)sun4_ertbl.c 1.1 4/17/91
+ Purpose: NT specific error types.
+
+ (c)Copyright Insignia Solutions Ltd., 1991. All rights reserved.
+]*/
+
+static char SccsID[]="@(#)sun4_ertbl.c 1.1 4/17/91 Copyright Insignia Solutions Ltd.";
+
+#include "error.h"
+
+GLOBAL ERROR_STRUCT host_errors[] =
+{
+ { EH_ERROR, EV_EXTRA_CHAR }, /* FUNC_FAILED */
+ { EH_ERROR, EV_EXTRA_CHAR }, /* SYSTEM ERROR */
+ { EH_ERROR, EV_EXTRA_CHAR }, /* UNSUPPORT BAUD RATE */
+ { EH_ERROR, 0 }, /* Error opening com port */
+};