Added useful custom dimensions to some top-level drawers that lacked them.
[AROS.git] / rom / expansion / readexpansionbyte.c
blob1fb526cd45374393b44cd935aa7360a560c35efe
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(UBYTE, ReadExpansionByte,
17 /* SYNOPSIS */
18 AROS_LHA(APTR , board, A0),
19 AROS_LHA(ULONG, offset, D0),
21 /* LOCATION */
22 struct ExpansionBase *, ExpansionBase, 16, Expansion)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
31 This function isn't implemented on all platforms.
33 EXAMPLE
35 BUGS
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/ReadExpansionByte() */
50 aros_print_not_implemented ("ReadExpansionByte");
51 return 0;
53 AROS_LIBFUNC_EXIT
54 } /* ReadExpansionByte */