GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / generic_serial.h
blob9f596b477f859ee1dacd72c4a23f48c98e4007e8
1 /*
2 * generic_serial.h
4 * Copyright (C) 1998 R.E.Wolff@BitWizard.nl
6 * written for the SX serial driver.
7 * Contains the code that should be shared over all the serial drivers.
9 * Version 0.1 -- December, 1998.
12 #ifndef GENERIC_SERIAL_H
13 #define GENERIC_SERIAL_H
16 /* Flags */
17 /* Warning: serial.h defines some ASYNC_ flags, they say they are "only"
18 used in serial.c, but they are also used in all other serial drivers.
19 Make sure they don't clash with these here... */
20 #define GS_TX_INTEN 0x00800000
21 #define GS_RX_INTEN 0x00400000
22 #define GS_ACTIVE 0x00200000
26 #define GS_TYPE_NORMAL 1
28 #define GS_DEBUG_FLUSH 0x00000001
29 #define GS_DEBUG_BTR 0x00000002
30 #define GS_DEBUG_TERMIOS 0x00000004
31 #define GS_DEBUG_STUFF 0x00000008
32 #define GS_DEBUG_CLOSE 0x00000010
33 #define GS_DEBUG_FLOW 0x00000020
34 #define GS_DEBUG_WRITE 0x00000040
36 #endif