2009-08-20 15:22:19 +02:00
|
|
|
#ifndef HW_IDE_H
|
|
|
|
#define HW_IDE_H
|
|
|
|
|
2012-12-17 18:19:49 +01:00
|
|
|
#include "exec/memory.h"
|
2009-08-20 15:22:19 +02:00
|
|
|
|
2011-04-03 20:32:46 +09:00
|
|
|
/* ide/core.c */
|
|
|
|
void ide_drive_get(DriveInfo **hd, int max_bus);
|
|
|
|
|
2009-08-20 15:22:19 +02:00
|
|
|
#endif /* HW_IDE_H */
|