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
+15
View File
@@ -0,0 +1,15 @@
/*
* Copyright 2005, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _KERNEL_BOOT_DEVICE_H
#define _KERNEL_BOOT_DEVICE_H
#include <sys/types.h>
extern dev_t gBootDevice;
// defined in fs/vfs_boot.cpp
#endif /* _KERNEL_BOOT_DEVICE_H */