use the locations specified in the bcm2708_boot header
[AROS.git] / rom / expansion / writeexpansionword.c
blob9501ab65181c6d6925400ce4b35c5a56fb0d946e
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_LH3(void, WriteExpansionWord,
17 /* SYNOPSIS */
18 AROS_LHA(APTR , board, A0),
19 AROS_LHA(ULONG, offset, D0),
20 AROS_LHA(ULONG, word, D1),
22 /* LOCATION */
23 struct ExpansionBase *, ExpansionBase, 27, Expansion)
25 /* FUNCTION
27 INPUTS
29 RESULT
31 NOTES
32 This function isn't implemented on all platforms.
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
46 /* TODO: Write expansion/WriteExpansionWord() */
47 aros_print_not_implemented ("WriteExpansionWord");
49 AROS_LIBFUNC_EXIT
50 } /* WriteExpansionWord */