Changeset c309b18 in mainline for uspace/drv/char/msim-con/msim-con.h


Ignore:
Timestamp:
2017-11-27T16:35:20Z (6 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/drv/char/msim-con/msim-con.h

    r59953b57 rc309b18  
    3939#include <async.h>
    4040#include <ddf/driver.h>
     41#include <ddi.h>
    4142#include <fibril_synch.h>
    4243#include <io/chardev_srv.h>
     
    6667        fibril_mutex_t buf_lock;
    6768        fibril_condvar_t buf_cv;
     69        ioport8_t *out_reg;
    6870} msim_con_t;
    6971
Note: See TracChangeset for help on using the changeset viewer.