blob: 414e07a800f551057f5b9cc44c94bc5ec0f6161e [file] [log] [blame]
#ifndef _USR_IMGTRUST_H
#define _USR_IMGTRUST_H
/** @file
*
* Image trust management
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/image.h>
extern int imgverify ( struct image *image, struct image *signature,
const char *name );
#endif /* _USR_IMGTRUST_H */