summaryrefslogtreecommitdiffstats
path: root/private/unimodem/inc/modem.h
blob: 02c6be045cf706036ad4d495c203407978c613d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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_