mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
9 lines
124 B
C
9 lines
124 B
C
#ifndef __GECKOUSB_H___
|
|
#define __GECKOUSB_H___
|
|
|
|
#include "debug_if.h"
|
|
|
|
struct dbginterface* usb_init(s32 channel);
|
|
|
|
#endif
|