Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/event.c

    rffa2c8ef r63f8966  
    3535 */
    3636/** @file
    37  */
     37 */ 
    3838
    3939#include <libc.h>
    4040#include <event.h>
    4141#include <kernel/ipc/event_types.h>
     42#include <ipc/ipc.h>
    4243
    4344/** Subscribe for event notifications.
     
    4849 * @return Value returned by the kernel.
    4950 */
    50 int event_subscribe(event_type_t e, sysarg_t method)
     51int event_subscribe(event_type_t e, ipcarg_t method)
    5152{
    5253        return __SYSCALL2(SYS_EVENT_SUBSCRIBE, (sysarg_t) e, (sysarg_t) method);
Note: See TracChangeset for help on using the changeset viewer.