px4plus: vtattr_cap addition
authorAlan Cox <alan@linux.intel.com>
Sat, 13 Jun 2015 09:46:31 +0000 (10:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 13 Jun 2015 09:46:31 +0000 (10:46 +0100)
Kernel/platform-px4plus/devtty.c

index c415e22..c3a2fe0 100644 (file)
@@ -13,6 +13,8 @@
 
 char tbuf1[TTYSIZ];
 
+uint8_t vtattr_cap;
+
 struct  s_queue  ttyinq[NUM_DEV_TTY+1] = {       /* ttyinq[0] is never used */
     {   NULL,    NULL,    NULL,    0,        0,       0    },
     {   tbuf1,   tbuf1,   tbuf1,   TTYSIZ,   0,   TTYSIZ/2 },