4 #include "wiiuse_internal.h"
10 void wiiuse_handshake(struct wiimote_t
* wm
,ubyte
*data
,uword len
);
11 void wiiuse_handshake_expansion_start(struct wiimote_t
*wm
);
12 void wiiuse_handshake_expansion(struct wiimote_t
*wm
,ubyte
*data
,uword len
);
13 void wiiuse_disable_expansion(struct wiimote_t
*wm
);
15 int wiiuse_io_read(struct wiimote_t
* wm
);
16 int wiiuse_io_write(struct wiimote_t
* wm
, ubyte
* buf
, int len
);