use log2 from stdc
[AROS.git] / workbench / libs / lowlevel / readjoyport.c
blob615f04d26fe94d95a90622de415b9b15ca633a20
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(ULONG, ReadJoyPort,
20 /* SYNOPSIS */
21 AROS_LHA(ULONG, port, D0),
23 /* LOCATION */
24 struct LowLevelBase *, LowLevelBase, 5, LowLevel)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
33 This function isn't implemented on all platforms.
35 BUGS
37 INTERNALS
39 *****************************************************************************/
41 AROS_LIBFUNC_INIT
43 /* TODO: Write lowlevel/ReadJoyPort() */
44 // aros_print_not_implemented ("lowlevel/ReadJoyPort");
46 return JP_TYPE_NOTAVAIL; // return failure until implemented
48 AROS_LIBFUNC_EXIT
49 } /* ReadJoyPort */