/
githubmirror
/
efivar
Обзор
Документация
Войти
/
githubmirror
/
efivar
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
39
src/efivar.h
36 строк
668 B
Peter Jones
Make the guids.txt parser available outside of makeguids.c
10 янв 2022, 21:36
10 янв 2022, 21:36
6a293a3
Код
Авторство
О чём код?
// SPDX-License-Identifier: LGPL-2.1-or-later /* * efivar.h * Copyright 2018 Peter Jones <pjones@redhat.com> */ #ifndef PRIVATE_EFIVAR_H_ #define PRIVATE_EFIVAR_H_ #pragma GCC diagnostic warning "-Wcpp" #include "fix_coverity.h" #include <efivar/efivar.h> #include "compiler.h" #include "diag.h" #include "list.h" #include "util.h" #include "safemath.h" #include "efivar_endian.h" #include "lib.h" #include "guid.h" #include "generics.h" #include "dp.h" #include "gpt.h" #include "disk.h" #include "linux.h" #include "crc32.h" #include "hexdump.h" #include "path-helpers.h" #include "makeguids.h" #endif /* !PRIVATE_EFIVAR_H_ */ // vim:fenc=utf-8:tw=75:noet