|
@@ -75,7 +75,7 @@ struct hvsi_struct {
|
|
spinlock_t lock;
|
|
spinlock_t lock;
|
|
int index;
|
|
int index;
|
|
struct tty_struct *tty;
|
|
struct tty_struct *tty;
|
|
- unsigned int count;
|
|
|
|
|
|
+ int count;
|
|
uint8_t throttle_buf[128];
|
|
uint8_t throttle_buf[128];
|
|
uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */
|
|
uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */
|
|
/* inbuf is for packet reassembly. leave a little room for leftovers. */
|
|
/* inbuf is for packet reassembly. leave a little room for leftovers. */
|