Ignore:
Timestamp:
2019-01-04T21:22:17Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af7b85b
Parents:
06412ba
Message:

Add forgotten changes to enable non-blocking chardev read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/types/io/chardev.h

    r06412ba rf2d88f3  
    3535/** Chardev read/write operation flags */
    3636typedef enum {
     37        /** No flags */
     38        chardev_f_none = 0,
    3739        /** Do not block even if no bytes can be transferred */
    3840        chardev_f_nonblock = 0x1
Note: See TracChangeset for help on using the changeset viewer.