diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-11-20 22:02:56 +0100 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-11-20 22:02:56 +0100 |
commit | 7b5d36bd4cc7e2d3483f940a3231d74186e4d477 (patch) | |
tree | eba74c8f63bfe2d814f9a5636564530b34ecb234 /src/dump.h | |
parent | 067c84ea2ca76dd67a5eda057147967d2ac6e2ef (diff) | |
download | 0xFFFF-7b5d36bd4cc7e2d3483f940a3231d74186e4d477.tar.bz2 |
Remove old dump code
Diffstat (limited to 'src/dump.h')
-rw-r--r-- | src/dump.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/dump.h b/src/dump.h deleted file mode 100644 index 8ce08ec..0000000 --- a/src/dump.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * 0xFFFF - Open Free Fiasco Firmware Flasher - * Copyright (C) 2007-2009 pancake <pancake@nopcode.org> - * Copyright (C) 2012 Pali Rohár <pali.rohar@gmail.com> - * - * 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 - * the Free Software Foundation, either version 3 of the License, or - * (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 DUMP_H -#define DUMP_H - -int check_badblocks(char *mtddev); -int nanddump(char *mtddev, unsigned long start_addr, unsigned long length, char *dumpfile, int isbl, int ioob); -int dump_config(void); -int reverse_extract_pieces(char *dir); - -#endif |