/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/include/usr/imgarchive.h
17 строк
293 B
Michael Brown
[build] Mark compressed image tools as permitted for UEFI Secure Boot
28 янв 2026, 19:34
28 янв 2026, 19:34
301b1ec
Код
Авторство
О чём код?
#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 */