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 struct hfi1_devdata;
0007 
0008 int eprom_init(struct hfi1_devdata *dd);
0009 int eprom_read_platform_config(struct hfi1_devdata *dd, void **buf_ret,
0010                    u32 *size_ret);