Translate device bus name separately from device name

This commit is contained in:
Alexander Babikov
2026-01-15 01:23:16 +05:00
parent 0f719050e8
commit 554b74a09d
29 changed files with 173 additions and 160 deletions

View File

@@ -206,6 +206,7 @@ extern void *device_get_priv(const device_t *dev);
extern int device_available(const device_t *dev);
extern void device_speed_changed(void);
extern void device_force_redraw(void);
extern const char *device_get_bus_name(const device_t *dev);
extern void device_get_name(const device_t *dev, int bus, char *name);
extern int device_has_config(const device_t *dev);