b53cc465d6
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15518 a95241bf-73f2-0310-859d-f6bbb57e9c96
16 lines
317 B
C
16 lines
317 B
C
/*
|
|
* 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 <sys/types.h>
|
|
|
|
|
|
extern dev_t gBootDevice;
|
|
// defined in fs/vfs_boot.cpp
|
|
|
|
#endif /* _KERNEL_BOOT_DEVICE_H */
|