Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / device / diskimage.conf
blob3b665cb3ee2603b303c6c9c4ed63f3bb48b0550d
1 ##begin config
2 version 52.31
3 basename DiskImage
4 libbasetype struct DiskImageBase
5 residentpri 0
6 beginio_func LibBeginIO
7 abortio_func LibAbortIO
8 rellib stdc
9 rellib expat
10 ##end config
12 ##begin cdefprivate
13 #include "include/diskimage_device.h"
14 ##end cdefprivate
16 ##begin functionlist
17 LONG MountImage(ULONG unit_num, CONST_STRPTR filename) (A0,D0)
18 LONG UnitInfo(ULONG unit_num, STRPTR *filename, BOOL *writeprotect) (D0,A0,A1)
19 LONG WriteProtect(ULONG unit_num, BOOL writeprotect) (D0, D1)
20 LONG UnitControlA(ULONG unit_num, struct TagItem * tags) (D0,A0)
21 LONG ReloadPlugins() ()
22 void DoHookPlugins(struct Hook * hook) (A0)
23 void AddDiskChangeHook(struct Hook * hook, BOOL add_or_remove) (A0,D0)
24 void AddReloadPluginsHook(struct Hook * hook, BOOL add_or_remove) (A0,D0)
25 ##end functionlist