Changeset c309b18 in mainline for uspace/srv/hid/output/port/chardev.c


Ignore:
Timestamp:
2017-11-27T16:35:20Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07a70800
Parents:
59953b57
Message:

Move sending side of MSIM console driver out of output server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/port/chardev.c

    r59953b57 rc309b18  
    190190#elif defined(UARCH_sparc64) && defined(PROCESSOR_sun4v)
    191191                /* OK */
     192#elif defined(MACHINE_msim)
     193                /* OK */
    192194#else
    193195                return EOK;
Note: See TracChangeset for help on using the changeset viewer.