start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / lowlevel / stoptimerint.c
blobe8453c4d784f7360e3eca742d1df7f4c286e9b4a
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_LH1(VOID, StopTimerInt,
20 /* SYNOPSIS */
21 AROS_LHA(APTR , intHandle, A1),
23 /* LOCATION */
24 struct LowLevelBase *, LowLevelBase, 15, LowLevel)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 BUGS
33 This function is unimplemented.
35 INTERNALS
37 *****************************************************************************/
39 AROS_LIBFUNC_INIT
41 /* TODO: Write lowlevel/StopTimerInt() */
42 aros_print_not_implemented ("lowlevel/StopTimerInt");
44 return;
46 AROS_LIBFUNC_EXIT
47 } /* StopTimerInt */