Changeset 8a496e46 in rtems for c/src/lib/include


Ignore:
Timestamp:
09/23/98 13:20:34 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
479c86dd
Parents:
362b88e
Message:

Patch from Aleksey (Quality Quorum <qqi@…>):

  1. Finally fixes raw interrupts for pc386
  2. Makes some minor cleanup in console and startup
  3. Makes rtems_termios_dequeue_characters() to return count of outstanding chars - it allows to simplify console isrs a little bit.
  4. pc386 uart modified to be friendlier to termios parameter changes, to have minor performance improvement and to take advantage of of above termios modification.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/include/rtems/libio.h

    r362b88e r8a496e46  
    158158rtems_status_code rtems_termios_ioctl (void *arg);
    159159int rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
    160 void rtems_termios_dequeue_characters (void *ttyp, int len);
     160int rtems_termios_dequeue_characters (void *ttyp, int len);
    161161void rtems_termios_reserve_resources(
    162162  rtems_configuration_table *configuration,
Note: See TracChangeset for help on using the changeset viewer.