/** * The espfs archive parsing part of mkespfsimage */ #pragma once void parseEspfsImage(const char *imagefile, const char *extractfile, int outfd);