#include "event.h"
#include "binding.h"
#include <stdio.h>
#include <stdlib.h>
#include "common/suif_vector.h"
#include "suifkernel/suifkernel_forwarders.h"
#include "iokernel/helper.h"
Compounds | |
struct | event_binding |
Typedefs | |
typedef suif_vector<event_binding*> | event_binding_list |
Functions | |
void | init_eman (void) |
void | exit_eman (void) |
void | post_event (const event &e) |
void | add_event_binding (binding *b, int event_mask) |
void | remove_event_binding (binding *b) |
void | set_event_mask (binding *b, int event_mask) |
|
|
|
|
|
|
|