Added empty bootstrap.c and its build target
[AROS.git] / workbench / libs / lowlevel / addtimerint.c
blob3c67ea8cf0ecd8d85781b1e3abe674ad43f56d57
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
9 #include "lowlevel_intern.h"
11 #include <aros/libcall.h>
12 #include <exec/types.h>
13 #include <libraries/lowlevel.h>
15 /*****************************************************************************
17 NAME */
19 AROS_LH2(APTR, AddTimerInt,
21 /* SYNOPSIS */
22 AROS_LHA(APTR, intRoutine, A0),
23 AROS_LHA(APTR, intData, A1),
25 /* LOCATION */
26 struct LowLevelBase *, LowLevelBase, 13, 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/AddTimerInt() */
44 aros_print_not_implemented ("lowlevel/AddTimerInt");
46 return NULL; // return failure until implemented
48 AROS_LIBFUNC_EXIT
49 } /* AddTimerInt */