2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
9 #include "lowlevel_intern.h"
11 #include <aros/libcall.h>
12 #include <exec/types.h>
13 #include <libraries/lowlevel.h>
15 /*****************************************************************************
19 AROS_LH2(APTR
, AddKBInt
,
22 AROS_LHA(APTR
, intRoutine
, A0
),
23 AROS_LHA(APTR
, intData
, A1
),
26 struct LowLevelBase
*, LowLevelBase
, 10, LowLevel
)
35 This function is unimplemented.
39 *****************************************************************************/
43 /* TODO: Write lowlevel/AddKBInt() */
44 aros_print_not_implemented ("lowlevel/AddKBInt");
46 return NULL
; // return failure until implemented