RetroArch/wii/libogc/libdb/geckousb.h

9 lines
124 B
C
Raw Normal View History

2017-08-19 08:46:04 +02:00
#ifndef __GECKOUSB_H___
#define __GECKOUSB_H___
#include "debug_if.h"
struct dbginterface* usb_init(s32 channel);
#endif