xref: /haiku/headers/private/kernel/boot_device.h (revision b53cc465d65f2904e1c88a59f11ec81fa5992885)
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