Allow multiple volumes with the same name if their creation dates differ.
[AROS.git] / workbench / libs / lowlevel / remtimerint.c
blob1a26c8d03efafa29e52469f8f81199a46cfdb18d
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, RemTimerInt,
20 /* SYNOPSIS */
21 AROS_LHA(APTR, intHandle, A1),
23 /* LOCATION */
24 struct LowLevelBase *, LowLevelBase, 14, 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/RemTimerInt() */
42 aros_print_not_implemented ("lowlevel/RemTimerInt");
44 if (intHandle)
48 return;
50 AROS_LIBFUNC_EXIT
51 } /* RemTimerInt */