Updated PCI IDs to latest snapshot.
[tangerine.git] / rom / cgfx / bestcmodeidtaglist.c
blob738765a5b1d28e4ea5eb61b2ecb984f51865b26f
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include <proto/graphics.h>
10 #include "cybergraphics_intern.h"
12 /*****************************************************************************
14 NAME */
15 #include <clib/cybergraphics_protos.h>
17 AROS_LH1(ULONG, BestCModeIDTagList,
19 /* SYNOPSIS */
20 AROS_LHA(struct TagItem *, tags, A0),
22 /* LOCATION */
23 struct Library *, CyberGfxBase, 10, Cybergraphics)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
33 EXAMPLE
35 BUGS
37 SEE ALSO
39 INTERNALS
41 HISTORY
42 27-11-96 digulla automatically created from
43 cybergraphics_lib.fd and clib/cybergraphics_protos.h
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
49 return driver_BestCModeIDTagList(tags, GfxBase);
51 AROS_LIBFUNC_EXIT
52 } /* BestCModeIDTagList */