> > -#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 one should also be TARGET_IO, right? >
Right - it slipped through the cracks. I'll fix it in v2. Thanks for the review, and spotting this one! Aleksandar > -- > Thanks. > -- Max