repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
uwb: Use kcalloc instead of kzalloc to allocate array
[zen-stable.git]
/
arch
/
x86
/
include
/
asm
/
probe_roms.h
blob
4950a0b1d09c14355baec6516fa0803b91f8e39d
1
#ifndef _PROBE_ROMS_H_
2
#define _PROBE_ROMS_H_
3
struct
pci_dev
;
4
5
extern
void
__iomem
*
pci_map_biosrom
(
struct
pci_dev
*
pdev
);
6
extern
void
pci_unmap_biosrom
(
void
__iomem
*
rom
);
7
extern
size_t
pci_biosrom_size
(
struct
pci_dev
*
pdev
);
8
#endif