blob: 53569e34da941c85b116f6ed9674f07ac57e7fd5 [file] [log] [blame]
Dominik Wengere863d592007-02-21 20:27:14 +00001/***************************************************************************
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
27extern "C" {
28 // Ipodpatcher
29 #include "ipodpatcher/ipodpatcher.h"
30};
31
32
33bool initIpodpatcher();
34bool ipodpatcher(int mode);
35bool gigabeatf(int mode);
36bool iaudiox5(int mode);
37bool fwpatcher(int mode);
38bool h10(int mode);
39
40
41#endif // BOOTLOADERS_H_INCLUDED