2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "expansion_intern.h"
10 /*****************************************************************************
13 #include <clib/expansion_protos.h>
15 AROS_LH3(void, WriteExpansionByte
,
18 AROS_LHA(APTR
, board
, A0
),
19 AROS_LHA(ULONG
, offset
, D0
),
20 AROS_LHA(ULONG
, byte
, D1
),
23 struct ExpansionBase
*, ExpansionBase
, 19, Expansion
)
32 This function isn't implemented on all platforms.
43 27-11-96 digulla automatically created from
44 expansion_lib.fd and clib/expansion_protos.h
46 *****************************************************************************/
50 /* TODO: Write expansion/WriteExpansionByte() */
51 aros_print_not_implemented ("WriteExpansionByte");
54 } /* WriteExpansionByte */