Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2004-2006 Atmel Corporation |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | #ifndef __ASM_AVR32_TERMIOS_H |
| 9 | #define __ASM_AVR32_TERMIOS_H |
| 10 | |
David Howells | 83b9d3a | 2012-10-10 12:09:31 +0100 | [diff] [blame^] | 11 | #include <uapi/asm/termios.h> |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 12 | |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 13 | /* intr=^C quit=^\ erase=del kill=^U |
| 14 | eof=^D vtime=\0 vmin=\1 sxtc=\0 |
| 15 | start=^Q stop=^S susp=^Z eol=\0 |
| 16 | reprint=^R discard=^U werase=^W lnext=^V |
| 17 | eol2=\0 |
| 18 | */ |
| 19 | #define INIT_C_CC "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0" |
| 20 | |
Arnd Bergmann | 63b852a | 2009-05-13 22:56:24 +0000 | [diff] [blame] | 21 | #include <asm-generic/termios-base.h> |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 22 | |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 23 | #endif /* __ASM_AVR32_TERMIOS_H */ |