2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
11 #include <SupportDefs.h>
24 Volume(boot::Partition
*partition
);
29 int Device() const { return fDevice
; }
30 Directory
*Root() { return fRoot
; }
31 int32
Type() const { return fType
; }
32 int32
BlockSize() const { return fRootNode
.BlockSize(); }