]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/hunk-reloc.h
tidy up headers, remove extraneous duplicate decls
[pistorm] / platforms / amiga / hunk-reloc.h
index c153ac6c69fd47373f030eee1dc9dda68f447dd6..ef64444c75a9252d95eadb48e49f7d9bea38264e 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _HUNK_RELOC_H
+#define _HUNK_RELOC_H
+
 struct hunk_reloc {
     uint32_t src_hunk;
     uint32_t target_hunk;
@@ -32,3 +35,5 @@ int load_lseg(int fd, uint8_t **buf_p, struct hunk_info *i, struct hunk_reloc *r
 void reloc_hunk(struct hunk_reloc *h, uint8_t *buf, struct hunk_info *i);
 void process_hunks(FILE *in, struct hunk_info *h_info, struct hunk_reloc *r, uint32_t offset);
 void reloc_hunks(struct hunk_reloc *r, uint8_t *buf, struct hunk_info *h_info);
+
+#endif /* _HUNK_RELOC_H */