diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-01-08 21:03:00 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-01-08 21:03:00 +0100 |
| commit | a3f27f9a6305eaccf1d53f263a90aa965d0cfcb7 (patch) | |
| tree | c9c8e846e943d87d6c3453d3e43216e7d33c047a /src | |
| parent | 1f9db9ef0833998c387a107f53e88612c2a246fa (diff) | |
| download | box64-a3f27f9a6305eaccf1d53f263a90aa965d0cfcb7.tar.gz box64-a3f27f9a6305eaccf1d53f263a90aa965d0cfcb7.zip | |
Added some missing wrapped functions to libudev-1.so
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedudev1_private.h | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/wrapped/wrappedudev1_private.h b/src/wrapped/wrappedudev1_private.h index d16f424e..3a6f1d9a 100755 --- a/src/wrapped/wrappedudev1_private.h +++ b/src/wrapped/wrappedudev1_private.h @@ -28,8 +28,8 @@ GO(udev_device_get_devnum, uFp) GO(udev_device_get_action, pFp) GO(udev_device_get_sysattr_value, pFpp) GO(udev_device_get_sysattr_list_entry, pFp) -GO(dev_device_get_seqnum, UFp) -GO(dev_device_get_usec_since_initialized, UFp) +GO(udev_device_get_seqnum, UFp) +GO(udev_device_get_usec_since_initialized, UFp) GO(udev_device_has_tag, iFpp) GO(udev_enumerate_ref, pFp) GO(udev_enumerate_unref, pFp) @@ -82,4 +82,15 @@ GO(udev_queue_get_queued_list_entry, pFp) GO(udev_queue_get_failed_list_entry, pFp) GOM(udev_set_log_fn, vFEpp) GO(udev_get_log_priority, iFp) -GO(udev_set_log_priority, vFpi) \ No newline at end of file +GO(udev_set_log_priority, vFpi) +GO(udev_get_userdata, pFp) +GO(udev_set_userdata, vFpp) +GO(udev_device_new_from_device_id, pFpp) +GO(udev_device_set_sysattr_value, iFppp) +GO(udev_queue_get_fd, iFp) +GO(udev_queue_flush, iFp) +GO(udev_hwdb_ref, pFp) +GO(udev_hwdb_unref, pFp) +GO(udev_hwdb_new, pFp) +GO(udev_hwdb_get_properties_list_entry, pFppu) +GO(udev_util_encode_string, iFppL) \ No newline at end of file |