diff options
Diffstat (limited to 'example-cdc/tty.h')
-rw-r--r-- | example-cdc/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example-cdc/tty.h b/example-cdc/tty.h index a2cee4e..bd0f070 100644 --- a/example-cdc/tty.h +++ b/example-cdc/tty.h @@ -1,3 +1,5 @@ +#define LINEBUFSIZE 128 + struct tty; struct tty *tty_open (void); |