xref: /linux/drivers/infiniband/hw/hfi1/eprom.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3  * Copyright(c) 2015, 2016 Intel Corporation.
4  */
5 
6 struct hfi1_devdata;
7 
8 int eprom_init(struct hfi1_devdata *dd);
9 int eprom_read_platform_config(struct hfi1_devdata *dd, void **buf_ret,
10 			       u32 *size_ret);
11