aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_msc_storage.h
diff options
context:
space:
mode:
authorDamien George2014-03-21 23:32:01 +0000
committerDamien George2014-03-21 23:32:01 +0000
commit8913c04831c94d2bcb82b0447ab7ccf6b2e346a6 (patch)
treecd87113bd36176bf7af18102064af6be4cfefdd0 /stmhal/usbd_msc_storage.h
parentc070ff24a950cb764c8d51fa69f5a002e49fb3e4 (diff)
stmhal: Add support for USB MSC device.
This gives a functioning, independent MSC device.
Diffstat (limited to 'stmhal/usbd_msc_storage.h')
-rw-r--r--stmhal/usbd_msc_storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/usbd_msc_storage.h b/stmhal/usbd_msc_storage.h
new file mode 100644
index 000000000..7cc79ca79
--- /dev/null
+++ b/stmhal/usbd_msc_storage.h
@@ -0,0 +1,2 @@
+extern const USBD_StorageTypeDef USBD_FLASH_STORAGE_fops;
+extern const USBD_StorageTypeDef USBD_SDCARD_STORAGE_fops;