efivar.h (342B)
1/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ 2/* 3 * Copyright(c) 2015, 2016 Intel Corporation. 4 */ 5 6#ifndef _HFI1_EFIVAR_H 7#define _HFI1_EFIVAR_H 8 9#include <linux/efi.h> 10 11#include "hfi.h" 12 13int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind, 14 unsigned long *size, void **return_data); 15 16#endif /* _HFI1_EFIVAR_H */