mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-29 13:39:04 +08:00
devfs: Fix includes
This commit is contained in:
parent
632e278d69
commit
ade8f56dac
@ -31,17 +31,20 @@
|
|||||||
|
|
||||||
#include <machine/rtems-bsd-kernel-space.h>
|
#include <machine/rtems-bsd-kernel-space.h>
|
||||||
|
|
||||||
#include <machine/pcpu.h>
|
#include <sys/types.h>
|
||||||
#include <rtems/imfs.h>
|
#include <sys/conf.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <sys/conf.h>
|
|
||||||
#include <fs/devfs/devfs_int.h>
|
#include <fs/devfs/devfs_int.h>
|
||||||
|
|
||||||
|
#include <machine/pcpu.h>
|
||||||
|
|
||||||
|
#include <rtems/imfs.h>
|
||||||
|
|
||||||
const char rtems_cdev_directory[] = RTEMS_CDEV_DIRECTORY;
|
const char rtems_cdev_directory[] = RTEMS_CDEV_DIRECTORY;
|
||||||
|
|
||||||
static struct cdev *
|
static struct cdev *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user