2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "lowlevel_intern.h"
10 #include <aros/libcall.h>
11 #include <exec/types.h>
12 #include <libraries/lowlevel.h>
14 /*****************************************************************************
18 AROS_LH1(ULONG
, ReadJoyPort
,
21 AROS_LHA(ULONG
, port
, D0
),
24 struct LowLevelBase
*, LowLevelBase
, 10, LowLevel
)
40 *****************************************************************************/
44 #warning TODO: Write lowlevel/ReadJoyPort()
45 //aros_print_not_implemented ("lowlevel/ReadJoyPort");
47 return JP_TYPE_NOTAVAIL
; // return failure until implemented