~martin-decky/helenos/ifaces

« back to all changes in this revision

Viewing changes to uspace/lib/drv/include/ops/serial.h

  • Committer: Martin Decky
  • Date: 2012-06-02 21:15:37 UTC
  • Revision ID: martin@decky.cz-20120602211537-cz53mtk785yibnmq
make ddf_fun_create() DDF-private, add virtual devices interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include <sys/types.h>
39
39
#include <device/serial.h>
40
 
#include "../ddf/driver.h"
 
40
#include <ddf/driver.h>
41
41
 
42
42
typedef struct {
43
43
        int (*serial_get_com_props)(ddf_fun_t *, sysarg_t *, serial_parity_t *,