repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
virtio-gpu: block migration of VMs with blob=true
[qemu/kevin.git]
/
include
/
hw
/
ide.h
blob
db963bdb770697770aa0720d4f8594f4a6f21e6f
1
#ifndef HW_IDE_H
2
#define HW_IDE_H
3
4
#include
"exec/memory.h"
5
6
/* ide/core.c */
7
void
ide_drive_get
(
DriveInfo
**
hd
,
int
max_bus
);
8
9
#endif
/* HW_IDE_H */