Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h

This commit is contained in:
Gregory Nutt
2016-07-20 13:15:37 -06:00
parent e73e82a923
commit 4b4dbc79a2
41 changed files with 355 additions and 363 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
# include <nuttx/usb/usbmonitor.h>
#endif
#include <nuttx/fs/fs.h>
#include <nuttx/drivers/drivers.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/fs/nxffs.h>
#include <nuttx/binfmt/elf.h>