diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/char/ip2/ip2ioctl.h | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/char/ip2/ip2ioctl.h')
-rw-r--r-- | drivers/char/ip2/ip2ioctl.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/drivers/char/ip2/ip2ioctl.h b/drivers/char/ip2/ip2ioctl.h deleted file mode 100644 index aa0a9da85e05..000000000000 --- a/drivers/char/ip2/ip2ioctl.h +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | /******************************************************************************* | ||
2 | * | ||
3 | * (c) 1998 by Computone Corporation | ||
4 | * | ||
5 | ******************************************************************************** | ||
6 | * | ||
7 | * | ||
8 | * PACKAGE: Linux tty Device Driver for IntelliPort II family of multiport | ||
9 | * serial I/O controllers. | ||
10 | * | ||
11 | * DESCRIPTION: Driver constants for configuration and tuning | ||
12 | * | ||
13 | * NOTES: | ||
14 | * | ||
15 | *******************************************************************************/ | ||
16 | |||
17 | #ifndef IP2IOCTL_H | ||
18 | #define IP2IOCTL_H | ||
19 | |||
20 | //************* | ||
21 | //* Constants * | ||
22 | //************* | ||
23 | |||
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 | ||
34 | |||
35 | #endif | ||