2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "lowlevel_intern.h"
10 #include <aros/libcall.h>
11 #include <exec/types.h>
12 #include <libraries/lowlevel.h>
14 /*****************************************************************************
18 AROS_LH3(VOID
, StartTimerInt
,
21 AROS_LHA(APTR
, intHandle
, A1
),
22 AROS_LHA(ULONG
, timeInterval
, D0
),
23 AROS_LHA(BOOL
, continuous
, D1
),
26 struct LowLevelBase
*, LowLevelBase
, 16, LowLevel
)
35 This function is unimplemented.
39 *****************************************************************************/
43 /* TODO: Write lowlevel/StartTimerInt() */
44 aros_print_not_implemented ("lowlevel/StartTimerInt");