Use DBOP to check for left button on C200v2 like we are supposed to instead of right...
[kugel-rb.git] / rbutil / mkmpioboot / mkmpioboot.h
blob794f9df76555bf88e7edbd2131c1892951b43956
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id:$
10 * Copyright (C) 2010 by Marcin Bukat
11 * code based mainly on mkboot.h
12 * Copyright (C) 2008 by Dominik Riebeling
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied.
22 ****************************************************************************/
24 #ifndef MKMPIOBOOT_H
25 #define MKMPIOBOOT_H
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
31 int mkmpioboot(const char* infile, const char* bootfile, const char* outfile, int origin);
33 #ifdef __cplusplus
35 #endif
36 #endif