Use more appropriate types for pt_regs struct, e.g. 16-bit types for 16-bit
[cake.git] / rom / exec / sumkickdata.c
blob21ff33f64837d02d9c543a2abad22784dcc86b44
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Build checksum for Kickstart.
6 Lang: english
7 */
8 #include "exec_intern.h"
9 #include <proto/exec.h>
11 /*****************************************************************************
13 NAME */
15 AROS_LH0(ULONG, SumKickData,
17 /* SYNOPSIS */
18 /* void */
20 /* LOCATION */
21 struct ExecBase *, SysBase, 102, Exec)
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 *****************************************************************************/
41 AROS_LIBFUNC_INIT
43 #warning TODO: Write exec/SumKickData()
44 aros_print_not_implemented ("SumKickData");
46 return 0L;
47 AROS_LIBFUNC_EXIT
48 } /* SumKickData */