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

View File

@@ -46,6 +46,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include <nuttx/drivers/drivers.h>
#include <nuttx/crypto/crypto.h>
#include <nuttx/crypto/cryptodev.h>