diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-11 16:41:44 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-11 16:41:44 +0200 |
| commit | c404b3e0ab96d40ea8880eddde54a45ffe4b201e (patch) | |
| tree | b4413330cf49c036d0143400e52a683d8e88e31e /src/wrapped/wrappedudev0_private.h | |
| parent | b246133b3b46b3257fb1f66ab4b6125089560870 (diff) | |
| download | box64-c404b3e0ab96d40ea8880eddde54a45ffe4b201e.tar.gz box64-c404b3e0ab96d40ea8880eddde54a45ffe4b201e.zip | |
Fixed libudev.so.0 wrapping, removed functions from libudev.so.1
Diffstat (limited to 'src/wrapped/wrappedudev0_private.h')
| -rw-r--r-- | src/wrapped/wrappedudev0_private.h | 82 |
1 files changed, 3 insertions, 79 deletions
diff --git a/src/wrapped/wrappedudev0_private.h b/src/wrapped/wrappedudev0_private.h index 57c999e5..fa89c34d 100644 --- a/src/wrapped/wrappedudev0_private.h +++ b/src/wrapped/wrappedudev0_private.h @@ -2,84 +2,8 @@ #error Meh.... #endif -GO(udev_device_ref, pFp) -GO(udev_device_unref, vFp) -GO(udev_device_get_udev, pFp) -GO(udev_device_new_from_syspath, pFpp) -GO(udev_device_new_from_devnum, pFpCu) -GO(udev_device_new_from_subsystem_sysname, pFppp) -GO(udev_device_new_from_environment, pFp) -GO(udev_device_get_parent, pFp) -GO(udev_device_get_parent_with_subsystem_devtype, pFppp) -GO(udev_device_get_devpath, pFp) -GO(udev_device_get_subsystem, pFp) -GO(udev_device_get_devtype, pFp) -GO(udev_device_get_syspath, pFp) -GO(udev_device_get_sysname, pFp) -GO(udev_device_get_sysnum, pFp) -GO(udev_device_get_devnode, pFp) -GO(udev_device_get_is_initialized, iFp) -GO(udev_device_get_devlinks_list_entry, pFp) -GO(udev_device_get_properties_list_entry, pFp) -GO(udev_device_get_tags_list_entry, pFp) -GO(udev_device_get_property_value, pFpp) -GO(udev_device_get_driver, pFp) -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_has_tag, iFpp) -GO(udev_enumerate_ref, pFp) -GO(udev_enumerate_unref, vFp) -GO(udev_enumerate_get_udev, pFp) -GO(udev_enumerate_new, pFp) -GO(udev_enumerate_add_match_subsystem, iFpp) -GO(udev_enumerate_add_nomatch_subsystem, iFpp) -GO(udev_enumerate_add_match_sysattr, iFppp) -GO(udev_enumerate_add_nomatch_sysattr, iFppp) -GO(udev_enumerate_add_match_property, iFppp) -GO(udev_enumerate_add_match_tag, iFpp) -GO(udev_enumerate_add_match_parent, iFpp) -GO(udev_enumerate_add_match_is_initialized, iFp) -GO(udev_enumerate_add_match_sysname, iFpp) -GO(udev_enumerate_add_syspath, iFpp) -GO(udev_enumerate_scan_devices, iFp) -GO(udev_enumerate_scan_subsystems, iFp) -GO(udev_enumerate_get_list_entry, pFp) -GO(udev_list_entry_get_next, pFp) -GO(udev_list_entry_get_by_name, pFpp) -GO(udev_list_entry_get_name, pFp) -GO(udev_list_entry_get_value, pFp) -GO(udev_monitor_ref, pFp) -GO(udev_monitor_unref, pFp) -GO(udev_monitor_get_udev, pFp) -GO(udev_monitor_new_from_netlink, pFpp) +GO(udev_get_dev_path, pFp) +GO(udev_get_run_path, pFp) +GO(udev_get_sys_path, pFp) GO(udev_monitor_new_from_socket, pFpp) -GO(udev_monitor_enable_receiving, iFp) -GO(udev_monitor_set_receive_buffer_size, iFpi) -GO(udev_monitor_get_fd, iFp) -GO(udev_monitor_receive_device, pFp) -GO(udev_monitor_filter_add_match_subsystem_devtype, iFppp) -GO(udev_monitor_filter_add_match_tag, iFpp) -GO(udev_monitor_filter_update, iFp) -GO(udev_monitor_filter_remove, iFp) -GO(udev_new, pFv) -GO(udev_ref, pFp) -GO(udev_unref, pFp) -GO(udev_queue_ref, pFp) -GO(udev_queue_unref, vFp) -GO(udev_queue_get_udev, pFp) -GO(udev_queue_new, pFp) -GO(udev_queue_get_kernel_seqnum, UFp) -GO(udev_queue_get_udev_seqnum, UFp) -GO(udev_queue_get_udev_is_active, iFp) -GO(udev_queue_get_queue_is_empty, iFp) -GO(udev_queue_get_seqnum_is_finished, iFpU) -GO(udev_queue_get_seqnum_sequence_is_finished, iFpUU) -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 |