X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=include%2Fasm-powerpc%2Ftermios.h;fp=include%2Fasm-ppc64%2Ftermios.h;h=237533bb0e9f1a3e640c4906d8b350deafd315b9;hp=02c3d283aa62bc1b4d7c5d1b22ce03ee4b8771eb;hb=ad6571a78ac74e9fa27e581834709067dba459af;hpb=b2c0ab17ba751abe13a28508b1ac7e9ca074cd87 diff --git a/include/asm-ppc64/termios.h b/include/asm-powerpc/termios.h similarity index 98% rename from include/asm-ppc64/termios.h rename to include/asm-powerpc/termios.h index 02c3d283aa6..237533bb0e9 100644 --- a/include/asm-ppc64/termios.h +++ b/include/asm-powerpc/termios.h @@ -1,5 +1,5 @@ -#ifndef _PPC64_TERMIOS_H -#define _PPC64_TERMIOS_H +#ifndef _POWERPC_TERMIOS_H +#define _POWERPC_TERMIOS_H /* * Liberally adapted from alpha/termios.h. In particular, the c_cc[] @@ -87,6 +87,7 @@ struct termio { #define N_SMSBLOCK 12 /* SMS block mode - for talking to GSM data cards about SMS messages */ #define N_HDLC 13 /* synchronous HDLC */ #define N_SYNC_PPP 14 +#define N_HCI 15 /* Bluetooth HCI UART */ #ifdef __KERNEL__ /* ^C ^\ del ^U ^D 1 0 0 0 0 ^W ^R ^Z ^Q ^S ^V ^U */ @@ -232,4 +233,4 @@ struct termio { #endif /* __KERNEL__ */ -#endif /* _PPC64_TERMIOS_H */ +#endif /* _POWERPC_TERMIOS_H */