fork from va009039/USBLocalFileSystem

Dependencies:   USBDevice

Dependents:   11u35_usbLocalFilesystem

Fork of USBLocalFileSystem by Norimasa Okamoto

Revision:
11:c396747794c6
Parent:
4:8f6857784854
diff -r a538e428a664 -r c396747794c6 USBMSD2/USBMSD2.h
--- a/USBMSD2/USBMSD2.h	Tue Nov 10 01:08:30 2015 +0000
+++ b/USBMSD2/USBMSD2.h	Fri Mar 04 10:27:29 2016 +0000
@@ -25,6 +25,10 @@
 #include "USBDevice.h"
 #include "DiskInterface.h"
 
+class USB_MSD;
+class USB_CDC;
+class USB_HID;
+
 /**
  * USBMSD2 class: generic class in order to use all kinds of blocks storage chip
  *
@@ -53,10 +57,6 @@
  * If disk_status() returns 1 (disk not initialized), then disk_initialize() is called. After this step, connect() will collect information
  * such as the number of blocks and the memory size.
  */
-class USB_MSD;
-class USB_CDC;
-class USB_HID;
-
 class USBMSD2: public DiskInterface, public USBDevice {
 public:
     /**