Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / drivers / char / ip2 / ip2ioctl.h
blobaa0a9da85e05e8eeb248b8dd5e1f5078da527312
1 /*******************************************************************************
3 * (c) 1998 by Computone Corporation
5 ********************************************************************************
8 * PACKAGE: Linux tty Device Driver for IntelliPort II family of multiport
9 * serial I/O controllers.
11 * DESCRIPTION: Driver constants for configuration and tuning
13 * NOTES:
15 *******************************************************************************/
17 #ifndef IP2IOCTL_H
18 #define IP2IOCTL_H
20 //*************
21 //* Constants *
22 //*************
24 // High baud rates (if not defined elsewhere.
25 #ifndef B153600
26 # define B153600 0010005
27 #endif
28 #ifndef B307200
29 # define B307200 0010006
30 #endif
31 #ifndef B921600
32 # define B921600 0010007
33 #endif
35 #endif