can.h moved from include/nuttx/ to include/nuttx/drivers.

This commit is contained in:
Gregory Nutt
2016-07-20 13:38:36 -06:00
parent 4b4dbc79a2
commit ddcaa3d425
36 changed files with 45 additions and 42 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ menuconfig CAN
default n
---help---
This selection enables building of the "upper-half" CAN driver.
See include/nuttx/can.h for further CAN driver information.
See include/nuttx/drivers/can.h for further CAN driver information.
if CAN
+2 -1
View File
@@ -13,7 +13,8 @@ Files in this directory
^^^^^^^^^^^^^^^^^^^^^^^
can.c
This is a CAN driver. See include/nuttx/can.h for usage information.
This is a CAN driver. See include/nuttx/drivers/can.h for usage
information.
dev_null.c and dev_zero.c
These files provide the standard /dev/null and /dev/zero devices.
+1 -1
View File
@@ -56,7 +56,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/can.h>
#include <nuttx/drivers/can.h>
#ifdef CONFIG_CAN_TXREADY
# include <nuttx/wqueue.h>