mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:08:02 +08:00
devfs: Include <rtems/devfs.h>
Prepare for header file move to common include directory. Update #3254.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
#include <rtems/deviceio.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
static devFS_node *devFS_search_node(
|
||||
const devFS_data *data,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
#include <rtems/deviceio.h>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
#include <rtems/deviceio.h>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
#include <rtems/deviceio.h>
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "devfs.h"
|
||||
#include <rtems/devfs.h>
|
||||
|
||||
#include <rtems/deviceio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user