2009-04-30 20:26:14 +03:00
|
|
|
/*
|
2009-06-25 07:33:46 +03:00
|
|
|
* Authors: Xiangfu Liu <xiangfu.z@gmail.com>
|
2009-04-30 20:26:14 +03:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
2009-06-25 07:33:46 +03:00
|
|
|
* as published by the Free Software Foundation; either version
|
|
|
|
* 3 of the License, or (at your option) any later version.
|
2009-04-30 20:26:14 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __INGENIC_CFG_H__
|
|
|
|
#define __INGENIC_CFG_H__
|
|
|
|
|
|
|
|
#include "usb_boot_defines.h"
|
|
|
|
|
2009-07-02 12:22:33 +03:00
|
|
|
#define CONFIG_FILE_PATH "/usr/share/xburst-tools/usbboot.cfg"
|
2009-04-30 20:26:14 +03:00
|
|
|
|
2009-05-20 11:13:10 +03:00
|
|
|
int hand_init_def(struct hand *hand);
|
|
|
|
int check_dump_cfg(struct hand *hand);
|
|
|
|
int parse_configure(struct hand *hand, char * file_path);
|
2009-04-30 20:26:14 +03:00
|
|
|
|
|
|
|
#endif /*__INGENIC_CFG_H__ */
|