summaryrefslogtreecommitdiffstats
path: root/src/include/usr/shimmgmt.h
blob: 0ed85c468e33a5c97dd731969e14184403bab9e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _USR_SHIMMGMT_H
#define _USR_SHIMMGMT_H

/** @file
 *
 * EFI shim management
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

#include <ipxe/image.h>

extern int shim ( struct image *image, int require_loader, int allow_pxe,
		  int allow_sbat );

#endif /* _USR_SHIMMGMT_H */