4 libbasetype struct DiskImageBase
6 beginio_func LibBeginIO
7 abortio_func LibAbortIO
13 #include "include/diskimage_device.h"
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)