mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
7 lines
220 B
C
7 lines
220 B
C
#ifndef EVENT_H
|
|
#define EVENT_H
|
|
|
|
int register_events_to_ubus(struct ubus_context *ctx, struct list_head *ev_list);
|
|
void free_ubus_event_handler(struct ubus_context *ctx, struct list_head *ev_list);
|
|
|
|
#endif /* EVENT_H */
|