~martin-decky/helenos/ifaces

« back to all changes in this revision

Viewing changes to uspace/lib/drv/generic/ops/hw_res.c

  • 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:
35
35
#include <async.h>
36
36
#include <errno.h>
37
37
#include <device/hw_res.h>
38
 
#include "ops/hw_res.h"
39
 
#include "ddf/driver.h"
 
38
#include <ops/hw_res.h>
 
39
#include <ddf/driver.h>
 
40
#include "../private/driver.h"
40
41
 
41
42
static void remote_hw_res_get_resource_list(ddf_fun_t *fun, hw_res_ops_t *ops,
42
43
    ipc_callid_t callid, ipc_call_t *call)