summaryrefslogtreecommitdiff
path: root/rbutil/bootloaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/bootloaders.h')
-rwxr-xr-xrbutil/bootloaders.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/rbutil/bootloaders.h b/rbutil/bootloaders.h
deleted file mode 100755
index d5bda126cc..0000000000
--- a/rbutil/bootloaders.h
+++ /dev/null
@@ -1,51 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * Module: rbutil
9 * File: bootloaders.h
10 *
11 * Copyright (C) 2007 Dominik Wenger
12 *
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
15 *
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
18 *
19 ****************************************************************************/
20
21
22
23#ifndef BOOTLOADERS_H_INCLUDED
24#define BOOTLOADERS_H_INCLUDED
25
26#include <wx/string.h>
27#include "irivertools.h"
28#include "md5sum.h"
29
30#include "rbutil.h"
31#include "installlog.h"
32
33extern "C" {
34 // Ipodpatcher
35 #include "ipodpatcher/ipodpatcher.h"
36 // Sansapatcher
37 #include "sansapatcher/sansapatcher.h"
38};
39
40
41bool initIpodpatcher();
42bool initSansaPatcher();
43bool ipodpatcher(int mode,wxString bootloadername);
44bool sansapatcher(int mode,wxString bootloadername);
45bool gigabeatf(int mode,wxString bootloadername,wxString deviceDir);
46bool iaudiox5(int mode,wxString bootloadername,wxString deviceDir);
47bool fwpatcher(int mode,wxString bootloadername,wxString deviceDir,wxString firmware);
48bool h10(int mode,wxString bootloadername,wxString deviceDir);
49
50
51#endif // BOOTLOADERS_H_INCLUDED