Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / elapsedtime.c
bloba24b5aaa794e61096270fb92ac95c7178858567b
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, 22, LowLevel)
28 /* NAME
30 FUNCTION
32 INPUTS
34 RESULT
36 BUGS
38 INTERNALS
40 HISTORY
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
46 #warning TODO: Write lowlevel/ElapsedTime()
47 aros_print_not_implemented ("lowlevel/ElapsedTime");
49 return 0L;
51 AROS_LIBFUNC_EXIT
52 } /* ElapsedTime */