mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-28 15:17:01 +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/pcpu.h>
|
||||
#include <rtems/imfs.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/conf.h>
|
||||
#include <fs/devfs/devfs_int.h>
|
||||
|
||||
#include <machine/pcpu.h>
|
||||
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
const char rtems_cdev_directory[] = RTEMS_CDEV_DIRECTORY;
|
||||
|
||||
static struct cdev *
|
||||
|
Loading…
x
Reference in New Issue
Block a user