Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/ddf/interrupt.h

    rab331c3 rc0699467  
    3636#define DDF_INTERRUPT_H_
    3737
    38 #include <kernel/ddi/irq.h>
     38#include <abi/ddi/irq.h>
    3939#include <adt/list.h>
    4040#include <ddi.h>
     
    6060typedef struct interrupt_context_list {
    6161        int curr_id;
    62         link_t contexts;
     62        list_t contexts;
    6363        fibril_mutex_t mutex;
    6464} interrupt_context_list_t;
Note: See TracChangeset for help on using the changeset viewer.