summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-01 17:10:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-01 17:10:44 +0000
commite51c070bc10e50a2971c357c1d7ce08fb98584d9 (patch)
tree0504b7b6fe7259e81b6ae62a407146292d4673be /nuttx/include
parente9d9aaec14c1478f16d79efbefc075c7aa4c8cae (diff)
downloadpx4-nuttx-e51c070bc10e50a2971c357c1d7ce08fb98584d9.tar.gz
px4-nuttx-e51c070bc10e50a2971c357c1d7ce08fb98584d9.tar.bz2
px4-nuttx-e51c070bc10e50a2971c357c1d7ce08fb98584d9.zip
Fix naming of header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1118 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_bulk.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/usb_bulk.h b/nuttx/include/nuttx/usb_storage.h
index 2bd99a4d3..41dc33075 100644
--- a/nuttx/include/nuttx/usb_bulk.h
+++ b/nuttx/include/nuttx/usb_storage.h
@@ -1,5 +1,5 @@
/************************************************************************************
- * include/nuttx/usb_bulk.h
+ * include/nuttx/usb_storage.h
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -40,8 +40,8 @@
*
************************************************************************************/
-#ifndef __NUTTX_USB_BULK_H
-#define __NUTTX_USB_BULK_H
+#ifndef __NUTTX_USB_STORAGE_H
+#define __NUTTX_USB_STORAGE_H
/************************************************************************************
* Included Files
@@ -136,4 +136,4 @@ struct usbstrg_csw_s
* Public Functions
************************************************************************************/
-#endif // __NUTTX_USB_BULK_H
+#endif /* __NUTTX_USB_STORAGE_H */