Ignore:
File:
1 edited

Legend:

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

    rab331c3 rb72efe8  
    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.