config: Rework HDC migration to be in line with previous migrations

This commit is contained in:
RichardG867
2025-08-01 17:53:02 -03:00
parent 527c911961
commit 1b2f2d7f75
3 changed files with 53 additions and 63 deletions

View File

@@ -119,7 +119,7 @@ extern void hdc_init(void);
extern void hdc_reset(void);
extern const char *hdc_get_internal_name(int hdc);
extern int hdc_get_from_internal_name(char *s);
extern int hdc_get_from_internal_name(const char *s);
extern int hdc_has_config(int hdc);
extern const device_t *hdc_get_device(int hdc);
extern int hdc_get_flags(int hdc);