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
target-arm: Add arm_ccnt_enabled function
[qemu/ar7.git]
/
include
/
hw
/
empty_slot.h
blob
6079602cdf561d7807c052a5d9a49275338bcbee
1
#ifndef HW_EMPTY_SLOT_H
2
#define HW_EMPTY_SLOT_H 1
3
4
/* empty_slot.c */
5
void
empty_slot_init
(
hwaddr addr
,
uint64_t
slot_size
);
6
7
#endif