Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / stoptimerint.c
blob3759b3c90af63897037c5e0bbdcd309ac3d8dd68
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, 20, LowLevel)
26 /* NAME
28 FUNCTION
30 INPUTS
32 RESULT
34 BUGS
36 INTERNALS
38 HISTORY
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
44 #warning TODO: Write lowlevel/StopTimerInt()
45 aros_print_not_implemented ("lowlevel/StopTimerInt");
47 return;
49 AROS_LIBFUNC_EXIT
50 } /* StopTimerInt */