]> git.proxmox.com Git - mirror_qemu.git/blame - include/hw/ide.h
hw/fsi: Introduce IBM's FSI Bus
[mirror_qemu.git] / include / hw / ide.h
CommitLineData
ec82026c
GH
1#ifndef HW_IDE_H
2#define HW_IDE_H
3
022c62cb 4#include "exec/memory.h"
ec82026c 5
75717903
IY
6/* ide/core.c */
7void ide_drive_get(DriveInfo **hd, int max_bus);
8
ec82026c 9#endif /* HW_IDE_H */