use the locations specified in the bcm2708_boot header
[AROS.git] / rom / expansion / freeexpansionmem.c
blob0b5546780e0504b0ed9812c0c4355f01fe832c8d
1 /*
2 Copyright © 1995-2007, 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(void, FreeExpansionMem,
17 /* SYNOPSIS */
18 AROS_LHA(ULONG, startSlot, D0),
19 AROS_LHA(ULONG, numSlots, D1),
21 /* LOCATION */
22 struct ExpansionBase *, ExpansionBase, 15, Expansion)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
35 This function is unimplemented.
37 SEE ALSO
39 INTERNALS
41 HISTORY
42 27-11-96 digulla automatically created from
43 expansion_lib.fd and clib/expansion_protos.h
45 *****************************************************************************/
47 AROS_LIBFUNC_INIT
49 /* TODO: Write expansion/FreeExpansionMem() */
50 aros_print_not_implemented ("FreeExpansionMem");
52 AROS_LIBFUNC_EXIT
53 } /* FreeExpansionMem */