Files
2023-09-18 17:16:32 -04:00

17 lines
198 B
C

/**
* References: WiiBrew
*/
#ifndef RVL_SDK_PUBLIC_USB_H
#define RVL_SDK_PUBLIC_USB_H
#ifdef __cplusplus
extern "C" {
#endif
#include <revolution/USB/usb.h>
#ifdef __cplusplus
}
#endif
#endif