mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
17 lines
198 B
C
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
|