/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/usr/shimmgmt.h
18 строк
313 B
Michael Brown
[build] Mark core files as permitted for UEFI Secure Boot
14 янв 2026, 16:25
14 янв 2026, 16:25
6cccb3b
Код
Авторство
О чём код?
#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 */