Copyright clean-up (part 1):
[AROS.git] / arch / all-unix / devs / hostdisk / geometry.c
blob9b40f449833e884ab8d89855d78d9ccab75b782d
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /* This routine differs in different UNIX variants (using different IOCTLs) */
8 #include <devices/trackdisk.h>
10 #include <errno.h>
12 #include "hostdisk_host.h"
14 ULONG Host_DeviceGeometry(int file, struct DriveGeometry *dg, struct HostDiskBase *hdskBase)
16 /* Not implemented for generic UNIX */
17 return ENOSYS;