summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-12 02:12:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-12 02:12:41 +0000
commitcd909fc9cfe7d728c3b6a3c91d5cf3a1a2eb88b6 (patch)
tree907ff4362e134a5fdfc4c5eb7ce7766778d5ffc2 /nuttx/include
parenteedfb898274adffee3882b6dfc45b96c369c2343 (diff)
downloadpx4-nuttx-cd909fc9cfe7d728c3b6a3c91d5cf3a1a2eb88b6.tar.gz
px4-nuttx-cd909fc9cfe7d728c3b6a3c91d5cf3a1a2eb88b6.tar.bz2
px4-nuttx-cd909fc9cfe7d728c3b6a3c91d5cf3a1a2eb88b6.zip
Rename usb_storage.h to storage.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3243 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/usb/storage.h (renamed from nuttx/include/nuttx/usb/usb_storage.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/include/nuttx/usb/usb_storage.h b/nuttx/include/nuttx/usb/storage.h
index 030b10bc2..150149c83 100644
--- a/nuttx/include/nuttx/usb/usb_storage.h
+++ b/nuttx/include/nuttx/usb/storage.h
@@ -1,7 +1,7 @@
/************************************************************************************
- * include/nuttx/usb/usb_storage.h
+ * include/nuttx/usb/storage.h
*
- * Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* References:
@@ -40,8 +40,8 @@
*
************************************************************************************/
-#ifndef __NUTTX_USB_USB_STORAGE_H
-#define __NUTTX_USB_USB_STORAGE_H
+#ifndef __NUTTX_USB_STORAGE_H
+#define __NUTTX_USB_STORAGE_H
/************************************************************************************
* Included Files
@@ -128,4 +128,4 @@ struct usbstrg_csw_s
* Public Functions
************************************************************************************/
-#endif /* __NUTTX_USB_USB_STORAGE_H */
+#endif /* __NUTTX_USB_STORAGE_H */