Fixed the fix.

This commit is contained in:
TC1995
2020-06-16 16:37:48 +02:00
parent c2840cf6cb
commit 118192e598
2 changed files with 15 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ extern int fdc_type;
extern const device_t fdc_pii151b_device;
extern const device_t fdc_pii158b_device;
extern void fdc_ext_reset(void);
extern char *fdc_ext_get_name(int fdc_ext);
extern char *fdc_ext_get_internal_name(int fdc_ext);
extern int fdc_ext_get_id(char *s);