// SPDX-License-Identifier: LGPL-2.1-or-later /* * libefisec - library for the manipulation of EFI boot variables * Copyright 2020 Peter M. Jones * Copyright 2020 Red Hat, Inc. */ #ifndef EFISEC_H #define EFISEC_H 1 #include #include #include extern uint32_t efi_get_libefisec_version(void) __attribute__((__visibility__("default"))); #endif /* EFISEC_H */ // vim:fenc=utf-8:tw=75:noet