1 // Temporary file to make Sean's life easy!
4 /* FreeEMS - the open source engine management system
6 * Copyright 2011 Sean Keys
8 * This file is part of the FreeEMS project.
10 * FreeEMS software is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation, either version 3 of the License, or
13 * (at your option) any later version.
15 * FreeEMS software is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with any FreeEMS software. If not, see http://www.gnu.org/licenses/
23 * We ask that if you make any changes to this file you email them upstream to
24 * us at admin(at)diyefi(dot)org or, even better, fork the code on github.com!
26 * Thank you for choosing FreeEMS to run your engine!
34 * @brief C header for assembly xgate functions
38 * Because we need to call the assembly flash burning function from C code an
39 * extern function declaration is required to allow successful compilation.