summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.h
blob: c59421487f2d1ed68c503a53bbb2f47fa61afbb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*********************************************************************

    hashfile.h

    Code for parsing hash info (*.hsi) files

*********************************************************************/

#ifndef __HASHFILE_H__
#define __HASHFILE_H__

#include "emu.h"


const char *hashfile_extrainfo(device_image_interface &image);

#endif /* __HASHFILE_H__ */