Added udev_device_get_syspath() to udev context

This commit is contained in:
Sam Lantinga
2023-05-24 10:39:43 -07:00
parent c9d8a04945
commit b0d52f11f4
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ static int SDL_UDEV_load_syms(void)
SDL_UDEV_SYM(udev_device_get_action);
SDL_UDEV_SYM(udev_device_get_devnode);
SDL_UDEV_SYM(udev_device_get_syspath);
SDL_UDEV_SYM(udev_device_get_subsystem);
SDL_UDEV_SYM(udev_device_get_parent_with_subsystem_devtype);
SDL_UDEV_SYM(udev_device_get_property_value);