fceugx/source/utils/usb2storage.h
2010-04-28 05:59:52 +00:00

24 lines
552 B
C

/****************************************************************************
* WiiMC
* usb2storage.h -- USB mass storage support, inside starlet
* Copyright (C) 2008 Kwiirk
* Improved for homebrew by rodries and Tantric
*
* IOS 202 and the ehcimodule must be loaded before using this!
***************************************************************************/
#ifndef __USB2STORAGE_H__
#define __USB2STORAGE_H__
#ifdef __cplusplus
extern "C" {
#endif
void USB2Enable(bool e);
#ifdef __cplusplus
}
#endif
#endif