2 * Copyright 2005-2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef _KERNEL_BOOT_DEVICE_H
6 #define _KERNEL_BOOT_DEVICE_H
12 extern dev_t gBootDevice
;
13 extern bool gReadOnlyBootDevice
;
14 // defined in fs/vfs_boot.cpp
16 #endif /* _KERNEL_BOOT_DEVICE_H */