/* * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _KERNEL_BOOT_DEVICE_H #define _KERNEL_BOOT_DEVICE_H #include extern dev_t gBootDevice; // defined in fs/vfs_boot.cpp #endif /* _KERNEL_BOOT_DEVICE_H */