summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/hashfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/hashfile.h')
-rw-r--r--trunk/src/emu/hashfile.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/src/emu/hashfile.h b/trunk/src/emu/hashfile.h
new file mode 100644
index 00000000000..c59421487f2
--- /dev/null
+++ b/trunk/src/emu/hashfile.h
@@ -0,0 +1,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__ */