/* ******************************************************************************************************************** * usb host driver * * (c) Copyright 2007-2010, javen.China * All Rights Reserved * * File Name : usb_msc.h * * Author : javen * * Version : 2.0 * * Date : 2010.03.02 * * Description : * * History : * ******************************************************************************************************************** */ #ifndef __USB_MSC_H__ #define __USB_MSC_H__ int mscInit(void); int mscExit(void); #endif //__USB_MSC_H__