12 lines
256 B
C
12 lines
256 B
C
|
|
#include "events.h"
|
||
|
|
|
||
|
|
int device_handler_init();
|
||
|
|
|
||
|
|
int device_handler_add( const char *path);
|
||
|
|
|
||
|
|
int device_handler_remove( const char *path);
|
||
|
|
|
||
|
|
int device_handler_poll_events( device_event** events);
|
||
|
|
|
||
|
|
void device_handler_destroy_events( device_event *events);
|