New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / nonvolatile / nvdisk / nvdisk.conf
blobbfc068e425789f589d2d9446a39140791fc1d339
1 ##begin config
2 basename NVDisk
3 libbase nvdBase
4 libbasetype struct NVDBase
5 version 41.1
6 ##end config
7 ##begin cdef
8 #include <libraries/nonvolatile.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "nvdisk_intern.h"
12 ##end cdefprivate
13 ##begin functionlist
14 APTR ReadData(STRPTR appName, STRPTR itemName) (A0, A1)
15 LONG WriteData(STRPTR appName, STRPTR itemName, APTR data, LONG length) (A0, A1, A2, A3)
16 BOOL DeleteData(STRPTR appName, STRPTR itemName) (A0, A1)
17 BOOL MemInfo(struct NVInfo *nvInfo) (A0)
18 BOOL SetProtection(STRPTR appName, STRPTR itemName, LONG mask) (A0, A1, D0)
19 struct MinList *GetItemList(STRPTR appName) (A0)
20 ##end functionlist