summaryrefslogtreecommitdiff
path: root/src/mtd_erase_all.h
blob: a5edae14466402a3feef590e544708f7d636f417 (plain)
1
2
3
4
5
6
#ifndef __MTD_ERASE_ALL_H
#define __MTD_ERASE_ALL_H

int mtd_erase_all(const char *mtd_device, int jffs2);

#endif /* ~__MTD_ERASE_ALL_H */