1 /* 2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _KERNEL_BOOT_DEVICE_H 6 #define _KERNEL_BOOT_DEVICE_H 7 8 9 #include <sys/types.h> 10 11 12 extern dev_t gBootDevice; 13 // defined in fs/vfs_boot.cpp 14 15 #endif /* _KERNEL_BOOT_DEVICE_H */ 16