repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
infiniband
/
hw
/
hfi1
/
eprom.h
blob
51648d1afcf17deb1166e827686fef62309642a4
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
);