/********************************************************************* 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__ */