/
githubmirror
/
efivar
Обзор
Документация
Войти
/
githubmirror
/
efivar
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
36
src/efivar.h
39 строк
1 KB
Peter Jones
Add some helpers for file path mangling
08 июн 2018, 22:11
08 июн 2018, 22:11
daf9855
Код
Авторство
О чём код?
/* * efivar.h * Copyright 2018 Peter Jones <pjones@redhat.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of the * License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see * <http://www.gnu.org/licenses/>. */ #ifndef PRIVATE_EFIVAR_H_ #define PRIVATE_EFIVAR_H_ #include <efivar/efivar.h> #include "util.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" #endif /* !PRIVATE_EFIVAR_H_ */ // vim:fenc=utf-8:tw=75:et