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_LH2(UBYTE
, ReadExpansionByte
,
18 AROS_LHA(APTR
, board
, A0
),
19 AROS_LHA(ULONG
, offset
, D0
),
22 struct ExpansionBase
*, ExpansionBase
, 16, Expansion
)
31 This function isn't implemented on all platforms.
42 27-11-96 digulla automatically created from
43 expansion_lib.fd and clib/expansion_protos.h
45 *****************************************************************************/
49 /* TODO: Write expansion/ReadExpansionByte() */
50 aros_print_not_implemented ("ReadExpansionByte");
54 } /* ReadExpansionByte */