start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / lowlevel / elapsedtime.c
bloba993c2fee2f88259ecced11383a9d7ab5d1f13fd
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
9 #include "lowlevel_intern.h"
11 #include <aros/libcall.h>
12 #include <exec/types.h>
13 #include <devices/timer.h>
14 #include <libraries/lowlevel.h>
16 /*****************************************************************************
18 NAME */
20 AROS_LH1(ULONG, ElapsedTime,
22 /* SYNOPSIS */
23 AROS_LHA(struct EClockVal *, context, A0),
25 /* LOCATION */
26 struct LowLevelBase *, LowLevelBase, 17, LowLevel)
28 /* FUNCTION
30 INPUTS
32 RESULT
34 BUGS
35 This function is unimplemented.
37 INTERNALS
39 *****************************************************************************/
41 AROS_LIBFUNC_INIT
43 /* TODO: Write lowlevel/ElapsedTime() */
44 aros_print_not_implemented ("lowlevel/ElapsedTime");
46 return 0L;
48 AROS_LIBFUNC_EXIT
49 } /* ElapsedTime */