Support rastport clipping rectangle for layerless rastports
[tangerine.git] / rom / expansion / allocexpansionmem.c
blobfd7c80b65aea06920781387194a74f202175ab92
1 /*
2 Copyright © 1995-2001, 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_LH2(APTR, AllocExpansionMem,
17 /* SYNOPSIS */
18 AROS_LHA(ULONG, numSlots, D0),
19 AROS_LHA(ULONG, slotAlign, D1),
21 /* LOCATION */
22 struct ExpansionBase *, ExpansionBase, 9, Expansion)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
38 INTERNALS
40 HISTORY
41 27-11-96 digulla automatically created from
42 expansion_lib.fd and clib/expansion_protos.h
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
47 AROS_LIBBASE_EXT_DECL(struct ExpansionBase *,ExpansionBase)
49 #warning TODO: Write expansion/AllocExpansionMem()
50 aros_print_not_implemented ("AllocExpansionMem");
51 return 0;
53 AROS_LIBFUNC_EXIT
54 } /* AllocExpansionMem */