eprom.h (e2113752b783e387f9cb0d8b9d928c6f9fce08b3) eprom.h (107ffbc521b07f22c2e8d1c5fce39766c265c02c)
1/*
2 * Copyright(c) 2015, 2016 Intel Corporation.
3 *
4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
6 *
7 * GPL LICENSE SUMMARY
8 *

--- 34 unchanged lines hidden (view full) ---

43 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 *
46 */
47
48struct hfi1_devdata;
49
50int eprom_init(struct hfi1_devdata *dd);
1/*
2 * Copyright(c) 2015, 2016 Intel Corporation.
3 *
4 * This file is provided under a dual BSD/GPLv2 license. When using or
5 * redistributing this file, you may do so under either license.
6 *
7 * GPL LICENSE SUMMARY
8 *

--- 34 unchanged lines hidden (view full) ---

43 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 *
46 */
47
48struct hfi1_devdata;
49
50int eprom_init(struct hfi1_devdata *dd);
51int eprom_read_platform_config(struct hfi1_devdata *dd, void **buf_ret,
52 u32 *size_ret);