2005-12-12 19:06:33 +03:00
|
|
|
/*
|
2009-06-05 19:52:58 +04:00
|
|
|
* Copyright 2005-2009, Axel Dörfler, axeld@pinc-software.de.
|
2005-12-12 19:06:33 +03:00
|
|
|
* 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;
|
2009-06-05 19:52:58 +04:00
|
|
|
extern bool gReadOnlyBootDevice;
|
2005-12-12 19:06:33 +03:00
|
|
|
// defined in fs/vfs_boot.cpp
|
|
|
|
|
|
|
|
#endif /* _KERNEL_BOOT_DEVICE_H */
|