summaryrefslogtreecommitdiff
path: root/rbutil/bootloaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/bootloaders.h')
-rwxr-xr-xrbutil/bootloaders.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rbutil/bootloaders.h b/rbutil/bootloaders.h
index 015f095b76..ba751bd715 100755
--- a/rbutil/bootloaders.h
+++ b/rbutil/bootloaders.h
@@ -28,11 +28,15 @@
28extern "C" { 28extern "C" {
29 // Ipodpatcher 29 // Ipodpatcher
30 #include "ipodpatcher/ipodpatcher.h" 30 #include "ipodpatcher/ipodpatcher.h"
31 // Sansapatcher
32 #include "sansapatcher/sansapatcher.h"
31}; 33};
32 34
33 35
34bool initIpodpatcher(); 36bool initIpodpatcher();
37bool initSansaPatcher();
35bool ipodpatcher(int mode,wxString bootloadername); 38bool ipodpatcher(int mode,wxString bootloadername);
39bool sansapatcher(int mode,wxString bootloadername);
36bool gigabeatf(int mode,wxString bootloadername,wxString deviceDir); 40bool gigabeatf(int mode,wxString bootloadername,wxString deviceDir);
37bool iaudiox5(int mode,wxString bootloadername,wxString deviceDir); 41bool iaudiox5(int mode,wxString bootloadername,wxString deviceDir);
38bool fwpatcher(int mode,wxString bootloadername,wxString deviceDir,wxString firmware); 42bool fwpatcher(int mode,wxString bootloadername,wxString deviceDir,wxString firmware);