repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pc-bios/s390-ccw.img: Fix build
[qemu/ar7.git]
/
include
/
hw
/
empty_slot.h
blob
123a9f89890b23892c5565b0010a3d2274b2bb4a
1
#ifndef HW_EMPTY_SLOT_H
2
#define HW_EMPTY_SLOT_H
3
4
/* empty_slot.c */
5
void
empty_slot_init
(
hwaddr addr
,
uint64_t
slot_size
);
6
7
#endif