xref: /linux/drivers/infiniband/hw/hfi1/efivar.h (revision 0be3ff0c)
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 
13 int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind,
14 		      unsigned long *size, void **return_data);
15 
16 #endif /* _HFI1_EFIVAR_H */
17