Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/irq.h

    r8d2dd7f2 rcf13b17  
    3636#define LIBC_IPC_IRQ_H_
    3737
    38 #include <libarch/types.h>
     38#include <types/common.h>
    3939#include <abi/ddi/irq.h>
    4040
    41 extern int ipc_irq_subscribe(int, int, sysarg_t, const irq_code_t *);
    42 extern int ipc_irq_unsubscribe(int, int);
     41extern int ipc_irq_subscribe(int, sysarg_t, const irq_code_t *);
     42extern int ipc_irq_unsubscribe(int);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.