diff --git a/openiboot/plat-a4/includes/a4/vfl.h b/openiboot/plat-a4/includes/a4/vfl.h deleted file mode 100644 index 2dd54ef..0000000 --- a/openiboot/plat-a4/includes/a4/vfl.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef VFL_H -#define VFL_H - -#include "openiboot.h" - -#define ERROR_ARG 0x80000001 -#define ERROR_NAND 0x80000002 -#define ERROR_EMPTY 0x80000003 - -uint32_t VFL_ReadBlockDriverSign(uint32_t* buffer, uint32_t bytesToRead); -uint32_t VFL_ReadBlockZeroSign(uint32_t* buffer, uint32_t bytesToRead); - -#endif //VFL_H diff --git a/openiboot/plat-a4/includes/ftl.h b/openiboot/plat-a4/includes/ftl.h deleted file mode 100644 index 070ec3b..0000000 --- a/openiboot/plat-a4/includes/ftl.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef FTL_H -#define FTL_H - -#include "openiboot.h" - -#define ERROR_ARG 0x80000001 -#define ERROR_NAND 0x80000002 -#define ERROR_EMPTY 0x80000003 - -uint32_t get_scfg_info(uint32_t ce, uint32_t* headerBuffer, uint32_t* dataBuffer, uint32_t bytesToRead, char* infoTypeName, uint32_t nameSize, uint32_t zero1, uint32_t zero2); - -#endif //FTL_H