Ignore:
File:
1 edited

Legend:

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

    r9233e9d rb7fd2a0  
    4040#include <abi/cap.h>
    4141
    42 extern int ipc_irq_subscribe(int, sysarg_t, const irq_code_t *, cap_handle_t *);
    43 extern int ipc_irq_unsubscribe(cap_handle_t);
     42extern errno_t ipc_irq_subscribe(int, sysarg_t, const irq_code_t *, cap_handle_t *);
     43extern errno_t ipc_irq_unsubscribe(cap_handle_t);
    4444
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.