From 34b55a222ef1ce3ecc18df12a96cd7eea5fffd60 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Fri, 10 Aug 2012 10:49:40 +0200 Subject: dump: Prepair for new code --- src/dump.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/dump.h (limited to 'src/dump.h') diff --git a/src/dump.h b/src/dump.h new file mode 100644 index 0000000..8ce08ec --- /dev/null +++ b/src/dump.h @@ -0,0 +1,28 @@ +/* + * 0xFFFF - Open Free Fiasco Firmware Flasher + * Copyright (C) 2007-2009 pancake + * Copyright (C) 2012 Pali Rohár + * + * 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 . + */ + +#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 -- cgit v1.2.3