Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / usb / classes / ptp / numtostr.h
blob3f3e13b048d3a1800a3a5408b3f751d66f105886
1 #ifndef NUMTOSTR_H
2 #define NUMTOSTR_H
4 /*
5 *----------------------------------------------------------------------------
6 * Includes for numtostr.c
7 *----------------------------------------------------------------------------
8 * By Chris Hodges <hodges@in.tum.de>
10 * History
12 * 11-03-2002 - Initial
16 #include <exec/types.h>
18 #include "ptp.class.h"
20 #define NTS_OPCODE 0x01
21 #define NTS_RESPCODE 0x02
22 //#define NTS_OBJECTFMTCODE 0x03
23 //#define NTS_EVENTCODE 0x04
24 //#define NTS_DEVICEPROPCODE 0x05
26 /* Protos
29 STRPTR nNumToStr(struct NepClassPTP *nch, UWORD type, ULONG id, STRPTR defstr);
31 STRPTR nConcatBitsStr(struct NepClassPTP *nch, UWORD type, ULONG bits);
33 struct PTPIDMap
35 UWORD pim_ID;
36 STRPTR pim_String;
39 #endif /* NUMTOSTR_H */