/
githubmirror
/
shim
Обзор
Документация
Войти
/
githubmirror
/
shim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
15.3
include/httpboot.h
17 строк
477 B
Peter Jones
Fix up a bunch of our license statements and add SPDX most places
16 фев 2021, 11:12
16 фев 2021, 11:12
aedb847
Код
Авторство
О чём код?
// SPDX-License-Identifier: BSD-2-Clause-Patent /* * Copyright 2015 SUSE LINUX GmbH <glin@suse.com> * * Significant portions of this code are derived from Tianocore * (http://tianocore.sf.net) and are Copyright 2009-2012 Intel * Corporation. */ #ifndef SHIM_HTTPBOOT_H #define SHIM_HTTPBOOT_H extern BOOLEAN find_httpboot(EFI_HANDLE device); extern EFI_STATUS httpboot_fetch_buffer(EFI_HANDLE image, VOID **buffer, UINT64 *buf_size); #endif /* SHIM_HTTPBOOT_H */