Annotation of hatari/src/includes/ide.h, revision 1.1.1.5

1.1       root        1: /*
                      2:   Hatari - ide.h
                      3: 
1.1.1.3   root        4:   This file is distributed under the GNU General Public License, version 2
                      5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
                      8: #ifndef HATARI_IDE_H
                      9: #define HATARI_IDE_H
                     10: 
                     11: #include "sysdeps.h"
                     12: 
1.1.1.4   root       13: extern int nIDEPartitions;
                     14: 
1.1.1.2   root       15: extern void Ide_Init(void);
                     16: extern void Ide_UnInit(void);
1.1.1.5 ! root       17: extern uae_u32 REGPARAM3 Ide_Mem_bget(uaecptr addr);
        !            18: extern uae_u32 REGPARAM3 Ide_Mem_wget(uaecptr addr);
        !            19: extern uae_u32 REGPARAM3 Ide_Mem_lget(uaecptr addr);
        !            20: extern void REGPARAM3 Ide_Mem_bput(uaecptr addr, uae_u32 val);
        !            21: extern void REGPARAM3 Ide_Mem_wput(uaecptr addr, uae_u32 val);
        !            22: extern void REGPARAM3 Ide_Mem_lput(uaecptr addr, uae_u32 val);
1.1       root       23: 
                     24: #endif /* HATARI_IDE_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.