Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / usb / classes / felsunxi / class_SetAttrsA.c
blob3d532dae68c7f6499f4f97fa1e3bc971eaaafc61
1 /*
2 Copyright © 2014, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifdef DEBUG
10 #undef DEBUG
11 #endif
12 #define DEBUG 0
14 #include "felsunxi_intern.h"
16 /*****************************************************************************
18 NAME */
20 AROS_LH3(ULONG, SetAttrsA,
22 /* SYNOPSIS */
23 AROS_LHA(ULONG, type, D0),
24 AROS_LHA(APTR, usbstruct, A0),
25 AROS_LHA(struct TagItem *, taglist, D0),
27 /* LOCATION */
28 LIBBASETYPEPTR, FELSunxiBase, 6, FELSunxi)
30 /* FUNCTION
32 INPUTS
34 RESULT
36 NOTES
38 EXAMPLE
40 BUGS
42 SEE ALSO
44 INTERNALS
46 HISTORY
48 *****************************************************************************/
50 AROS_LIBFUNC_INIT
52 return(0);
53 AROS_LIBFUNC_EXIT
55 } /* SetAttrsA */