OSDN Git Service

linux-pci-root: remove an unused assignment
[android-x86/external-efivar.git] / src / efiboot.h
1 /*
2  * efiboot.h
3  * Copyright 2018 Peter Jones <pjones@redhat.com>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public License as
7  * published by the Free Software Foundation; either version 2.1 of the
8  * License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, see
17  * <http://www.gnu.org/licenses/>.
18  */
19
20 #ifndef PRIVATE_EFIBOOT_H_
21 #define PRIVATE_EFIBOOT_H_
22
23 #include "efivar.h"
24 #include <efivar/efiboot.h>
25
26 #endif /* !PRIVATE_EFIBOOT_H_ */
27 // vim:fenc=utf-8:tw=75:et