Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / addtimerint.c
blob766a848323f667ebcd165a33e4ddcf4fcef2d8b5
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, 18, LowLevel)
28 /* NAME
30 FUNCTION
32 INPUTS
34 RESULT
36 BUGS
38 INTERNALS
40 HISTORY
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
46 #warning TODO: Write lowlevel/AddTimerInt()
47 aros_print_not_implemented ("lowlevel/AddTimerInt");
49 return NULL; // return failure until implemented
51 AROS_LIBFUNC_EXIT
52 } /* AddTimerInt */