use the locations specified in the bcm2708_boot header
[AROS.git] / rom / expansion / allocboardmem.c
blobce580f835635564e92e7c0fdf84adf2230cd06fa
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_LH1(void, AllocBoardMem,
17 /* SYNOPSIS */
18 AROS_LHA(ULONG, slotSpec, D0),
20 /* LOCATION */
21 struct ExpansionBase *, ExpansionBase, 7, Expansion)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
34 This function is unimplemented.
36 SEE ALSO
38 INTERNALS
40 HISTORY
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
46 /* TODO: Write expansion/AllocBoardMem() */
47 aros_print_not_implemented ("AllocBoardMem");
49 AROS_LIBFUNC_EXIT
50 } /* AllocBoardMem */