]> Git Repo - linux.git/blob - drivers/infiniband/hw/hfi1/efivar.h
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / infiniband / hw / hfi1 / efivar.h
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 */
This page took 0.033229 seconds and 4 git commands to generate.