summaryrefslogtreecommitdiff
path: root/tools/mkboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkboot.h')
-rw-r--r--tools/mkboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/mkboot.h b/tools/mkboot.h
index 980e469b87..ba12d1b473 100644
--- a/tools/mkboot.h
+++ b/tools/mkboot.h
@@ -26,7 +26,8 @@
26extern "C" { 26extern "C" {
27#endif 27#endif
28 28
29int mkboot(const char* infile, const char* bootfile, const char* outfile, int origin); 29int mkboot_iriver(const char* infile, const char* bootfile, const char* outfile, int origin);
30int mkboot_iaudio(const char* infile, const char* bootfile, const char* outfile, int model_nr);
30 31
31#ifdef __cplusplus 32#ifdef __cplusplus
32} 33}