try to make sure compiler/include/mmakefile is always refreshed correctly.
[AROS.git] / rom / exec / readgayle.c
blob74dbbb2ef19b19a4bc498b59553094abf9a5913a
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: ReadGayle() - get the Gayle ID
6 Lang: english
7 */
8 #include <aros/debug.h>
10 #include "exec_intern.h"
12 /*****************************************************************************
15 #include <proto/exec.h>
17 /* NAME */
19 AROS_LH0(ULONG, ReadGayle,
21 /* LOCATION */
22 struct ExecBase *, SysBase, 136, Exec)
24 /* FUNCTION
25 Gets the Gayle ID
27 INPUTS
28 None.
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 return 0;
48 AROS_LIBFUNC_EXIT