mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add udev monitor to setsu
This commit is contained in:
parent
4a1ad05b5d
commit
38123ea38f
3 changed files with 91 additions and 11 deletions
|
@ -71,5 +71,6 @@ void setsu_free(Setsu *setsu);
|
|||
void setsu_poll(Setsu *setsu, SetsuEventCb cb, void *user);
|
||||
SetsuDevice *setsu_connect(Setsu *setsu, const char *path);
|
||||
void setsu_disconnect(Setsu *setsu, SetsuDevice *dev);
|
||||
const char *setsu_device_get_path(SetsuDevice *dev);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue