Merge pull request #6714 from lemondrops/patch-28

Miscellaneous changes
This commit is contained in:
Miran Grča
2026-01-15 02:44:10 +01:00
committed by GitHub
33 changed files with 241 additions and 295 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);