sunxi-tools/fexc.h

31 lines
931 B
C
Raw Normal View History

2012-05-10 15:55:10 +08:00
/*
* Copyright (C) 2012 Alejandro Mery <amery@geeks.cl>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
2012-06-16 04:34:22 +08:00
* the Free Software Foundation, either version 2 of the License, or
2012-05-10 15:55:10 +08:00
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SUNXI_TOOLS_FEXC_H
#define _SUNXI_TOOLS_FEXC_H
#include "common.h"
2012-05-11 15:22:47 +08:00
#include <stdint.h>
#include <stdio.h>
2012-05-11 15:22:47 +08:00
#include "script.h"
2012-05-11 16:34:33 +08:00
#include "script_bin.h"
#include "script_fex.h"
2012-09-30 00:42:17 +08:00
#include "script_uboot.h"
2012-05-11 15:22:47 +08:00
2012-05-10 15:55:10 +08:00
#endif