Copyright clean-up (part 1):
[AROS.git] / rom / disk / disk_intern_init.c
blob6a2a07c2bdf241ff3e976a755234e8ca3976caf1
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <exec/types.h>
8 #include <proto/disk.h>
9 #include <resources/disk.h>
11 #include "disk_intern.h"
13 #define DEBUG 0
14 #include <aros/debug.h>
16 void readunitid_internal (struct DiscResource *DiskBase, LONG unitNum)
18 bug("disk.resource not implemented DF%d: ID read attempt\n", unitNum);
21 BOOL disk_internal_init (struct DiscResource *DiskBase)
23 bug("disk.resource initialization not implemented\n");
24 return 0;