VSF Documented
serial.h
Go to the documentation of this file.
1#ifndef __VSF_LINUX_SERIAL_H__
2#define __VSF_LINUX_SERIAL_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#define ASYNC_SPD_CUST (1U << 0)
9#define ASYNC_SPD_MASK (ASYNC_SPD_CUST)
10
12 int flags;
15};
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif
Definition serial.h:11
int baud_base
Definition serial.h:14
int custom_divisor
Definition serial.h:13
int flags
Definition serial.h:12