mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-10 19:25:07 -05:00
8 lines
218 B
C
8 lines
218 B
C
|
#ifndef _gcn64txrx_h__
|
||
|
#define _gcn64txrx_h__
|
||
|
|
||
|
void gcn64_sendBytes(unsigned char *data, unsigned char n_bytes);
|
||
|
unsigned int gcn64_receiveBits(unsigned char *dstbuf, unsigned char max_bits);
|
||
|
|
||
|
#endif // _gcn64txrx_h__
|