]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/termbits.h
remove dummy asm/kvm.h files
[linux-2.6-omap-h63xx.git] / include / asm-sparc / termbits.h
index 90cf2210118b809e19818d8334941c31252951ab..d6ca3e2754f5f37e792f3a060fed8bfc68a76305 100644 (file)
@@ -5,7 +5,12 @@
 
 typedef unsigned char   cc_t;
 typedef unsigned int    speed_t;
+
+#if defined(__sparc__) && defined(__arch64__)
+typedef unsigned int    tcflag_t;
+#else
 typedef unsigned long   tcflag_t;
+#endif
 
 #define NCC 8
 struct termio {