summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
diff options
context:
space:
mode:
authorSarthak Kaingade <sarthakkaingade@yahoo.com>2014-02-24 18:06:22 +0530
committerSarthak Kaingade <sarthakkaingade@yahoo.com>2014-02-24 18:06:22 +0530
commit8c25e0afe2b179f7b8bd7ca4f49016d98012af6d (patch)
tree49a24a6fde718538160b3ced1bc38fb2a01003a9 /nuttx/include/nuttx
parent98f4615853570603a0138fe2ee0706811184f2e8 (diff)
parent454523bebfbaca9a77ba9827ba11454caffaa31d (diff)
downloadpx4-nuttx-8c25e0afe2b179f7b8bd7ca4f49016d98012af6d.tar.gz
px4-nuttx-8c25e0afe2b179f7b8bd7ca4f49016d98012af6d.tar.bz2
px4-nuttx-8c25e0afe2b179f7b8bd7ca4f49016d98012af6d.zip
Merge https://github.com/PX4/NuttX
Diffstat (limited to 'nuttx/include/nuttx')
-rw-r--r--nuttx/include/nuttx/fs/ioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/fs/ioctl.h b/nuttx/include/nuttx/fs/ioctl.h
index e36083253..09a6c2e1a 100644
--- a/nuttx/include/nuttx/fs/ioctl.h
+++ b/nuttx/include/nuttx/fs/ioctl.h
@@ -204,6 +204,8 @@
* of device memory */
#define MTDIOC_BULKERASE _MTDIOC(0x0003) /* IN: None
* OUT: None */
+#define MTDIOC_SETSPEED _MTDIOC(0x0004) /* IN: (unsigned long) desired bus speed
+ * OUT: None */
/* NuttX ARP driver ioctl definitions (see netinet/arp.h) *******************/