eprom.h 270 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
  2. /*
  3. * Copyright(c) 2015, 2016 Intel Corporation.
  4. */
  5. struct hfi1_devdata;
  6. int eprom_init(struct hfi1_devdata *dd);
  7. int eprom_read_platform_config(struct hfi1_devdata *dd, void **buf_ret,
  8. u32 *size_ret);