Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
0002 /*
0003  * Copyright(c) 2015, 2016 Intel Corporation.
0004  */
0005 
0006 #ifndef _HFI1_EFIVAR_H
0007 #define _HFI1_EFIVAR_H
0008 
0009 #include <linux/efi.h>
0010 
0011 #include "hfi.h"
0012 
0013 int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind,
0014               unsigned long *size, void **return_data);
0015 
0016 #endif /* _HFI1_EFIVAR_H */