diff options
Diffstat (limited to 'include/asm-um/termios.h')
-rw-r--r-- | include/asm-um/termios.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/termios.h b/include/asm-um/termios.h new file mode 100644 index 000000000000..d9f97b303311 --- /dev/null +++ b/include/asm-um/termios.h @@ -0,0 +1,6 @@ +#ifndef __UM_TERMIOS_H +#define __UM_TERMIOS_H + +#include "asm/arch/termios.h" + +#endif |