start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / lowlevel / querykeys.c
blob477f698271a6b98b5012a6a4189bc6f14fffc558
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_LH2(VOID, QueryKeys,
20 /* SYNOPSIS */
21 AROS_LHA(struct KeyQuery *, queryArray , A0),
22 AROS_LHA(UBYTE , arraySize , D1),
24 /* LOCATION */
25 struct LowLevelBase *, LowLevelBase, 9, LowLevel)
27 /* FUNCTION
29 INPUTS
31 RESULT
33 BUGS
34 This function is unimplemented.
36 INTERNALS
38 *****************************************************************************/
40 AROS_LIBFUNC_INIT
42 /* TODO: Write lowlevel/QueryKeys() */
43 aros_print_not_implemented ("lowlevel/QueryKeys");
45 return;
47 AROS_LIBFUNC_EXIT
48 } /* QueryKeys */