2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
7 * This file is just a dummy nonfunctional template. These functions
8 * need host-specific implementations.
11 #include <devices/trackdisk.h>
12 #include <exec/errors.h>
14 #include "hostdisk_host.h"
15 #include "hostdisk_device.h"
17 ULONG
Host_Open(struct unit
*Unit
)
22 void Host_Close(struct unit
*Unit
)
27 LONG
Host_Read(struct unit
*Unit
, APTR buf
, ULONG size
, ULONG
*ioerr
)
33 LONG
Host_Write(struct unit
*Unit
, APTR buf
, ULONG size
, ULONG
*ioerr
)
39 ULONG
Host_Seek(struct unit
*Unit
, ULONG pos
)
44 ULONG
Host_Seek64(struct unit
*Unit
, ULONG pos
, ULONG pos_hi
)
49 ULONG
Host_GetGeometry(struct unit
*Unit
, struct DriveGeometry
*dg
)
54 int Host_ProbeGeometry(struct HostDiskBase
*hdskBase
, char *name
, struct DriveGeometry
*dg
)