Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / lowlevel / readjoyport.c
blob69d481ae1204de4c10c5905e01d62045fbd8a2c4
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, 10, 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/ReadJoyPort()
45 //aros_print_not_implemented ("lowlevel/ReadJoyPort");
47 return JP_TYPE_NOTAVAIL; // return failure until implemented
49 AROS_LIBFUNC_EXIT
50 } /* ReadJoyPort */