blob: 5a0057d27e57c140db0e7dd57b125276bfa74c9c [file]
#ifndef _USR_IMGARCHIVE_H
#define _USR_IMGARCHIVE_H
/** @file
*
* Archive image management
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
#include <ipxe/image.h>
extern int imgextract ( struct image *image, const char *name );
#endif /* _USR_IMGARCHIVE_H */