don't expect a version suffix when --with-gcc-version is specified since it doesn...
[AROS.git] / rom / expansion / configchain.c
blob9f68fb1ce4d31341df6983a613e33b477b5e1f29
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "expansion_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/expansion_protos.h>
15 AROS_LH1(void, ConfigChain,
17 /* SYNOPSIS */
18 AROS_LHA(APTR, baseAddr, A0),
20 /* LOCATION */
21 struct ExpansionBase *, ExpansionBase, 11, Expansion)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
40 27-11-96 digulla automatically created from
41 expansion_lib.fd and clib/expansion_protos.h
43 *****************************************************************************/
45 AROS_LIBFUNC_INIT
48 * This function can actually be implemented only on classic Amiga(tm)
49 * because only Amigas have Zorro bus
52 AROS_LIBFUNC_EXIT
53 } /* ConfigChain */