Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / getkey.c
blob3f1bdf8c3d230e44a24afe8a69e78661cc41270e
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_LH0(ULONG, GetKey,
21 /* SYNOPSIS */
23 /* LOCATION */
24 struct LowLevelBase *, LowLevelBase, 13, 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/GetKey()
45 aros_print_not_implemented ("lowlevel/GetKey");
47 return 0xFF; // return "no key pressed" until implemented
49 AROS_LIBFUNC_EXIT
50 } /* GetKey */