evdi-sys 0.3.1

Low level bindings for evdi
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef EVDI_SYS_WRAPPER_H
#define EVDI_SYS_WRAPPER_H

struct wrapper_log_cb {
    void (*function)(void *user_data, const char *msg);
    void *user_data;
} wrapper_log_cb;

void wrapper_evdi_set_logging(struct wrapper_log_cb cb);

#endif //EVDI_SYS_WRAPPER_H