efivar.h 342 B

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