Files
my_device_handler/my_device_handler.h

12 lines
256 B
C
Raw Permalink Normal View History

#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);