~martin-decky/helenos/ifaces

« back to all changes in this revision

Viewing changes to uspace/lib/drv/generic/driver.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:
50
50
#include <errno.h>
51
51
#include <inttypes.h>
52
52
#include <devman.h>
53
 
#include "ddf/driver.h"
54
 
#include "ddf/interrupt.h"
 
53
#include <ddf/driver.h>
 
54
#include <ddf/interrupt.h>
 
55
#include "private/driver.h"
55
56
 
56
57
/** Devices */
57
58
LIST_INITIALIZE(devices);