summaryrefslogtreecommitdiffstats
path: root/private/unimodem/inc/modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/unimodem/inc/modem.h')
-rw-r--r--private/unimodem/inc/modem.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/private/unimodem/inc/modem.h b/private/unimodem/inc/modem.h
new file mode 100644
index 000000000..02c6be045
--- /dev/null
+++ b/private/unimodem/inc/modem.h
@@ -0,0 +1,29 @@
+//****************************************************************************
+//
+// File: modem.h
+// Content: This file contains the general modem-related declaration
+//
+// Copyright (c) 1992-1994, Microsoft Corporation, all rights reserved
+//
+// History:
+// Thu 07-Jul-1994 21:16:59 -by- Viroon Touranachun [viroont]
+// Created
+//****************************************************************************
+
+#ifndef _MODEM_H_
+#define _MODEM_H_
+
+//****************************************************************************
+// Constant Definitions
+//****************************************************************************
+
+// DeviceType defines
+//
+#define DT_NULL_MODEM 0
+#define DT_EXTERNAL_MODEM 1
+#define DT_INTERNAL_MODEM 2
+#define DT_PCMCIA_MODEM 3
+#define DT_PARALLEL_PORT 4
+#define DT_PARALLEL_MODEM 5
+
+#endif //_MODEM_H_