prevent null pointer access crashes/memory trashing.
[AROS.git] / workbench / libs / lowlevel / starttimerint.c
blob0b96dd8260282c46f3c07041172b30031fe3b206
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, 16, 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/StartTimerInt() */
44 aros_print_not_implemented ("lowlevel/StartTimerInt");
46 return;
48 AROS_LIBFUNC_EXIT
49 } /* StartTimerInt */