openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
start_app.h
Go to the documentation of this file.
1/****************************************************************************
2 * bootloader/src/start_app.h
3 *
4 * Copyright (C) 2020 Augusto Fraga Giachero. All rights reserved.
5 * Author: Augusto Fraga Giachero <afg@augustofg.net>
6 *
7 * This file is part of the RFFE firmware.
8 *
9 * RFFE is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
13 *
14 * RFFE is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with RFFE. If not, see <https://www.gnu.org/licenses/>.
21 *
22 ****************************************************************************/
23
24#include <stdint.h>
25
26void start_app(const uint32_t* vtor);
void start_app(const uint32_t *vtor)
Definition start_app.c:26