Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / remkbint.c
blob57d0c35e0c3f8ce4d4cbdbeb73d4792fb3ccb064
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, RemKBInt,
20 /* SYNOPSIS */
21 AROS_LHA(APTR, intHandle, A1),
23 /* LOCATION */
24 struct LowLevelBase *, LowLevelBase, 16, LowLevel)
26 /* NAME
28 FUNCTION
30 INPUTS
32 RESULT
34 BUGS
36 INTERNALS
38 HISTORY
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
44 #warning TODO: Write lowlevel/RemKBInt()
45 aros_print_not_implemented ("lowlevel/RemKBInt");
47 if (intHandle)
51 return;
53 AROS_LIBFUNC_EXIT
54 } /* RemKBInt */