devfs: Include <rtems/devfs.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 09:04:25 +01:00
parent a397c7d8bc
commit 339069fc81
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
#include <rtems/deviceio.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#include <string.h>
#include "devfs.h"
#include <rtems/devfs.h>
static devFS_node *devFS_search_node(
const devFS_data *data,
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
const rtems_filesystem_operations_table devFS_ops = {
.lock_h = rtems_filesystem_default_lock,
+1 -1
View File
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include "devfs.h"
#include <rtems/devfs.h>
int devFS_mknod(
const rtems_filesystem_location_info_t *parentloc,
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
#include <rtems/bspIo.h>
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
#include <rtems/deviceio.h>
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
#include <rtems/deviceio.h>
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
#include <rtems/deviceio.h>
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
int devFS_stat(
const rtems_filesystem_location_info_t *loc,
+1 -1
View File
@@ -15,7 +15,7 @@
#include "config.h"
#endif
#include "devfs.h"
#include <rtems/devfs.h>
#include <rtems/deviceio.h>