refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / workbench / devs / fdsk.conf
blob499fe6f4b1ddc5860b79e89c73561a4e7e2a7103
1 ##begin config
2 version 41.4
3 libbasetype struct fdskbase
4 residentpri 0
5 beginio_func beginio
6 abortio_func abortio
7 ##end config
8 ##begin cdefprivate
9 #include "fdsk_device_gcc.h"
10 #include <devices/trackdisk.h>
11 ##end cdefprivate