summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_devs.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-08-16 19:08:01 +0000
committerphk <phk@FreeBSD.org>2005-08-16 19:08:01 +0000
commite89ebd411994ee67633800f6278c77c01947520f (patch)
tree372fa69402f5c148d1ee1fbac42e6a3cdea66a9b /sys/fs/devfs/devfs_devs.c
parent372c5a7d070d26ae5777e72e5403b62d9f0da99e (diff)
downloadFreeBSD-src-e89ebd411994ee67633800f6278c77c01947520f.zip
FreeBSD-src-e89ebd411994ee67633800f6278c77c01947520f.tar.gz
Create a new internal .h file to communicate very private stuff
from kern_conf.c to devfs. For now just two prototypes, more to come.
Diffstat (limited to 'sys/fs/devfs/devfs_devs.c')
-rw-r--r--sys/fs/devfs/devfs_devs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c
index e59f6c0..37d3d90 100644
--- a/sys/fs/devfs/devfs_devs.c
+++ b/sys/fs/devfs/devfs_devs.c
@@ -46,6 +46,7 @@
#include <machine/atomic.h>
#include <fs/devfs/devfs.h>
+#include <fs/devfs/devfs_int.h>
static struct cdev *devfs_inot[NDEVFSINO];
static struct cdev **devfs_overflow;
OpenPOWER on IntegriCloud