Subversion Repositories HelenOS

Rev

Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4377 Rev 4692
Line 47... Line 47...
47
    /** Answerbox for notifications. */
47
    /** Answerbox for notifications. */
48
    answerbox_t *answerbox;
48
    answerbox_t *answerbox;
49
    /** Method to be used for the notification. */
49
    /** Method to be used for the notification. */
50
    unative_t method;
50
    unative_t method;
51
    /** Counter. */
51
    /** Counter. */
52
    count_t counter;
52
    size_t counter;
53
} event_t;
53
} event_t;
54
 
54
 
55
extern void event_init(void);
55
extern void event_init(void);
56
extern unative_t sys_event_subscribe(unative_t, unative_t);
56
extern unative_t sys_event_subscribe(unative_t, unative_t);
57
extern bool event_is_subscribed(event_type_t);
57
extern bool event_is_subscribed(event_type_t);