diff options
Diffstat (limited to 'include/linux/stty.h')
| -rw-r--r-- | include/linux/stty.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/include/linux/stty.h b/include/linux/stty.h new file mode 100644 index 00000000..cd2495f5 --- /dev/null +++ b/include/linux/stty.h @@ -0,0 +1,24 @@ +/* + * Copyright (C) 2012 Spreadtrum Communications Inc. + * + * This software is licensed under the terms of the GNU General Public + * License version 2, as published by the Free Software Foundation, and + * may be copied, distributed, and modified under those terms. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#ifndef __STTY_H +#define __STTY_H + +struct stty_init_data { + char *name; + uint8_t dst; + uint8_t channel; + uint32_t bufid; +}; + +#endif |
