start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / lowlevel / addkbint.c
blob9e3a39a09f94d75f4f6fd4c104882a8f4171b9c1
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, AddKBInt,
21 /* SYNOPSIS */
22 AROS_LHA(APTR, intRoutine, A0),
23 AROS_LHA(APTR, intData, A1),
25 /* LOCATION */
26 struct LowLevelBase *, LowLevelBase, 10, 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/AddKBInt() */
44 aros_print_not_implemented ("lowlevel/AddKBInt");
46 return NULL; // return failure until implemented
48 AROS_LIBFUNC_EXIT
49 } /* AddKBInt */