/
githubmirror
/
efivar
Обзор
Документация
Войти
/
githubmirror
/
efivar
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
37
src/efiboot.h
27 строк
909 B
Peter Jones
Simplify our include files
21 май 2018, 16:27
21 май 2018, 16:27
ad5194e
Код
Авторство
О чём код?
/* * efiboot.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_EFIBOOT_H_ #define PRIVATE_EFIBOOT_H_ #include "efivar.h" #include <efivar/efiboot.h> #endif /* !PRIVATE_EFIBOOT_H_ */ // vim:fenc=utf-8:tw=75:et