Moved declaration of gBootDevice into its own header.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15518 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-12 16:06:33 +00:00
parent aa9d29ba97
commit b53cc465d6
4 changed files with 25 additions and 13 deletions
+1 -3
View File
@@ -14,6 +14,7 @@
#include <pnp_devfs.h>
#include <NodeMonitor.h>
#include <boot_device.h>
#include <kdevice_manager.h>
#include <KPath.h>
#include <vfs.h>
@@ -136,9 +137,6 @@ static status_t publish_device(struct devfs *fs, const char *path,
driver_entry *driver, device_hooks *ops);
// The boot device, if already present
extern dev_t gBootDevice;
/* the one and only allowed devfs instance */
static struct devfs *sDeviceFileSystem = NULL;