> > -#define TARGET_TIOCMIWAIT _IO('T', 92) /* wait for a change on serial
> > input line(s) */
> > -#define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt
> > counts */
> > +/* wait for a change on serial input line(s) */
> > +#define TARGET_TIOCMIWAIT _IO('T', 92)
>
> This o
On Mon, Dec 23, 2019 at 6:45 PM Aleksandar Markovic
wrote:
>
> From: Aleksandar Markovic
>
> Some constants were defined in terms of host, instead of target,
> as they should be.
>
> Some additional trivial changes in this patch were forced by
> checkpatch.pl.
>
> Signed-off-by: Aleksandar Markov
From: Aleksandar Markovic
Some constants were defined in terms of host, instead of target,
as they should be.
Some additional trivial changes in this patch were forced by
checkpatch.pl.
Signed-off-by: Aleksandar Markovic
---
linux-user/aarch64/termbits.h| 4 +-
linux-user/alpha/termbits