--- hatari/src/includes/ide.h 2019/04/01 07:13:43 1.1.1.1 +++ hatari/src/includes/ide.h 2019/04/09 08:55:44 1.1.1.4 @@ -1,8 +1,8 @@ /* Hatari - ide.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef HATARI_IDE_H @@ -10,6 +10,10 @@ #include "sysdeps.h" +extern int nIDEPartitions; + +extern void Ide_Init(void); +extern void Ide_UnInit(void); extern uae_u32 Ide_Mem_bget(uaecptr addr); extern uae_u32 Ide_Mem_wget(uaecptr addr); extern uae_u32 Ide_Mem_lget(uaecptr addr);