Changeset 676e833 in mainline for uspace/drv/char/ski-con/ski-con.c


Ignore:
Timestamp:
2017-11-10T14:15:41Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee98e81
Parents:
7654f3e
Message:

Move receiving side of Msim console to a separate driver. Work around possibility that console character device is not available at the moment input server starts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ski-con/ski-con.c

    r7654f3e r676e833  
    5050static void ski_con_connection(ipc_callid_t, ipc_call_t *, void *);
    5151
    52 #include <stdio.h>
    53 /** Initialize Ski port driver. */
     52/** Add ski console device. */
    5453int ski_con_add(ski_con_t *con)
    5554{
Note: See TracChangeset for help on using the changeset viewer.