~martin-decky/helenos/ifaces

« back to all changes in this revision

Viewing changes to uspace/lib/drv/generic/interrupt.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:
38
38
#include <async.h>
39
39
#include <errno.h>
40
40
#include <sys/types.h>
41
 
 
42
 
#include "ddf/interrupt.h"
 
41
#include <ddf/interrupt.h>
43
42
 
44
43
static void driver_irq_handler(ipc_callid_t iid, ipc_call_t *icall);
45
44
static interrupt_context_t *create_interrupt_context(void);