packages: clean up the package folder
[openwrt/staging/florian.git] / package / mtd / src / fis.h
diff --git a/package/mtd/src/fis.h b/package/mtd/src/fis.h
deleted file mode 100644 (file)
index bdf1103..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __FIS_H
-#define __FIS_H
-
-struct fis_part {
-       unsigned char name[16];
-       uint32_t offset;
-       uint32_t loadaddr;
-       uint32_t size;
-};
-
-int fis_validate(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
-int fis_remap(struct fis_part *old, int n_old, struct fis_part *new, int n_new);
-
-#endif