Changeset bbc6277 in mainline for uspace/srv/hid/output/ctl/serial.h


Ignore:
Timestamp:
2017-11-30T17:00:09Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5abaf7
Parents:
7f345cd0
Message:

Chardev output needs buffering.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/ctl/serial.h

    r7f345cd0 rbbc6277  
    3636#include "../proto/vt100.h"
    3737
    38 extern int serial_init(vt100_putchar_t, vt100_control_puts_t);
     38extern int serial_init(vt100_putchar_t, vt100_control_puts_t, vt100_flush_t);
    3939
    4040#endif
Note: See TracChangeset for help on using the changeset viewer.