Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / starttimerint.c
blob3c0eb1fb8fd27f44a7f4dbe7888f94da21a964da
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "lowlevel_intern.h"
10 #include <aros/libcall.h>
11 #include <exec/types.h>
12 #include <libraries/lowlevel.h>
14 /*****************************************************************************
16 NAME */
18 AROS_LH3(VOID, StartTimerInt,
20 /* SYNOPSIS */
21 AROS_LHA(APTR , intHandle, A1),
22 AROS_LHA(ULONG, timeInterval, D0),
23 AROS_LHA(BOOL , continuous, D1),
25 /* LOCATION */
26 struct LowLevelBase *, LowLevelBase, 21, 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/StartTimerInt()
47 aros_print_not_implemented ("lowlevel/StartTimerInt");
49 return;
51 AROS_LIBFUNC_EXIT
52 } /* StartTimerInt */