--- hatari/src/includes/ide.h 2019/04/09 08:53:17 1.1.1.3 +++ hatari/src/includes/ide.h 2019/04/09 08:55:44 1.1.1.4 @@ -10,6 +10,8 @@ #include "sysdeps.h" +extern int nIDEPartitions; + extern void Ide_Init(void); extern void Ide_UnInit(void); extern uae_u32 Ide_Mem_bget(uaecptr addr);